<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/L-PER-MicroMOL">
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/MolarVolume"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0"/>
<j.0:symbol>L/µmol</j.0:symbol>
<rdfs:label xml:lang="en">Litres per micromole</rdfs:label>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1000.0</j.0:conversionMultiplier>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">L.umol-1</j.0:ucumCode>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/MolarRefractivity"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">L/umol</j.0:ucumCode>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E3</j.0:conversionMultiplierSN>
<j.1:description xml:lang="en">The inverse of a molar concentration - the untits of per molarity.</j.1:description>
</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/L-PER-MicroMOL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The inverse of a molar concentration - the untits of per molarity."@en ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarRefractivity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarVolume> ;
<http://qudt.org/schema/qudt/symbol> "L/µmol" ;
<http://qudt.org/schema/qudt/ucumCode> "L.umol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "L/umol"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Litres per micromole"@en ;
.
{"resource":"Litres per micromole"
,"qname":"unit:L-PER-MicroMOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-MicroMOL"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"The inverse of a molar concentration - the untits of per molarity."
,"has dimension vector":"dimension:A-1E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:MolarRefractivity"
,"has quantity kind":"quantitykind:MolarVolume"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Litres per micromole"
,"symbol":"L\/µmol"
,"type":"qudt:Unit"
,"ucum code":"L.umol-1"
,"ucum code":"L\/umol"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-MicroMOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "The inverse of a molar concentration - the untits of per molarity."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MolarVolume", "http://qudt.org/vocab/quantitykind/MolarRefractivity" ],
"symbol" : "L/µmol",
"ucumCode" : [ "L.umol-1", "L/umol" ],
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Litres per micromole"
},
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"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#"
}
}