﻿@prefix OM: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <https://w3id.org/uom/> .

unit:SI_code a owl:AnnotationProperty ;
    rdfs:label "SI code" .

unit:UCUM_code a owl:AnnotationProperty ;
    rdfs:label "UCUM code" .

unit:mol.um a owl:NamedIndividual ;
    rdfs:label "mole micrometre"@en ;
    skos:altLabel "mole micrometer"@en ;
    skos:definition "A unit which is equal to 1 mole by 10⁻⁶ metre."@en ;
    skos:exactMatch OM:moleMicrometre ;
    unit:SI_code "mol um" ;
    unit:UCUM_code "mol.um" .

