<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
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/POISE-PER-BAR">
<rdfs:label xml:lang="en">Poise Per Bar</rdfs:label>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0"/>
<j.0:uneceCommonCode>F06</j.0:uneceCommonCode>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">P.bar-1</j.0:ucumCode>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000001</j.0:conversionMultiplier>
<j.0:iec61360Code>0112/2///62720#UAA257</j.0:iec61360Code>
<j.0:plainTextDescription>CGS unit poise divided by the unit bar</j.0:plainTextDescription>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:symbol>P/bar</j.0:symbol>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Time"/>
</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/POISE-PER-BAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA257" ;
<http://qudt.org/schema/qudt/plainTextDescription> "CGS unit poise divided by the unit bar" ;
<http://qudt.org/schema/qudt/symbol> "P/bar" ;
<http://qudt.org/schema/qudt/ucumCode> "P.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "F06" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Poise Per Bar"@en ;
.
{"resource":"Poise Per Bar"
,"qname":"unit:POISE-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/POISE-PER-BAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.000001"
,"description (plain text)":"CGS unit poise divided by the unit bar"
,"has dimension vector":"dimension:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA257"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Poise Per Bar"
,"symbol":"P\/bar"
,"type":"qudt:Unit"
,"ucum code":"P.bar-1"
,"unece common code":"F06"
]}
{
"@id" : "http://qudt.org/vocab/unit/POISE-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.000001",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA257",
"plainTextDescription" : "CGS unit poise divided by the unit bar",
"symbol" : "P/bar",
"ucumCode" : "P.bar-1",
"uneceCommonCode" : "F06",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Poise Per Bar"
},
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@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#"
}
}