<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:j.1="http://purl.org/dc/terms/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" >
<rdf:Description rdf:about="http://qudt.org/vocab/unit/CentiMOL-PER-L">
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">1/100 of SI unit of amount of substance per litre</j.1:description>
<j.0:symbol>cmol/L</j.0:symbol>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">10.0</j.0:conversionMultiplier>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">cmol/L</j.0:ucumCode>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Concentration"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">cmol.L-1</j.0:ucumCode>
<rdfs:label xml:lang="en">Centimole per litre</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E1</j.0:conversionMultiplierSN>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0"/>
</rdf:Description>
</rdf:RDF>
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CentiMOL-PER-L>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "1/100 of SI unit of amount of substance per litre"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ;
<http://qudt.org/schema/qudt/symbol> "cmol/L" ;
<http://qudt.org/schema/qudt/ucumCode> "cmol.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "cmol/L"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Centimole per litre"@en ;
.
{"resource":"Centimole per litre"
,"qname":"unit:CentiMOL-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiMOL-PER-L"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"1\/100 of SI unit of amount of substance per litre"
,"has dimension vector":"dimension:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Concentration"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Centimole per litre"
,"symbol":"cmol\/L"
,"type":"qudt:Unit"
,"ucum code":"cmol.L-1"
,"ucum code":"cmol\/L"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiMOL-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1/100 of SI unit of amount of substance per litre",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Concentration",
"symbol" : "cmol/L",
"ucumCode" : [ "cmol/L", "cmol.L-1" ],
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Centimole per litre"
},
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}