@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

<http://qudt.org/vocab/unit/MilloMOL-PER-L>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "millimole per litre" ;
        <http://purl.org/dc/terms/description>
                "0.001-fold of the SI base unit mole divided by the unit litre" ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
        <http://qudt.org/schema/qudt/iec61360Code>
                "0112/2///62720#UAB500" ;
        <http://qudt.org/schema/qudt/uneceCommonCode>
                "M33" .
