<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/MOL-PER-L-BAR">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:uneceCommonCode>L27</j.0:uneceCommonCode>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Unknown"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">mol.L-1.bar-1</j.0:ucumCode>
<j.0:iec61360Code>0112/2///62720#UAA890</j.0:iec61360Code>
<j.0:symbol>mol/(l·bar)</j.0:symbol>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-2</j.0:conversionMultiplierSN>
<rdfs:label>mole per litre bar</rdfs:label>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.01</j.0:conversionMultiplier>
<j.1:description>SI base unit mol divided by the product of the unit litre and the unit bar</j.1:description>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0"/>
</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/MOL-PER-L-BAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "SI base unit mol divided by the product of the unit litre and the unit bar" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA890" ;
<http://qudt.org/schema/qudt/symbol> "mol/(l·bar)" ;
<http://qudt.org/schema/qudt/ucumCode> "mol.L-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L27" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "mole per litre bar" ;
.
{"resource":"mole per litre bar"
,"qname":"unit:MOL-PER-L-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-L-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"SI base unit mol divided by the product of the unit litre and the unit bar"
,"has dimension vector":"dimension:A1E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA890"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"mole per litre bar"
,"symbol":"mol\/(l·bar)"
,"type":"qudt:Unit"
,"ucum code":"mol.L-1.bar-1"
,"unece common code":"L27"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-L-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mol divided by the product of the unit litre and the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA890",
"symbol" : "mol/(l·bar)",
"ucumCode" : "mol.L-1.bar-1",
"uneceCommonCode" : "L27",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "mole per litre bar",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"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"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"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#"
}
}