<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/BAR-PER-DEG_C">
<j.1:description>unit bar divided by the unit °Celsius</j.1:description>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/PressureCoefficient"/>
<rdfs:label>bar per degree Celsius</rdfs:label>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">bar.Cel-1</j.0:ucumCode>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E5</j.0:conversionMultiplierSN>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">100000.0</j.0:conversionMultiplier>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">bar/Cel</j.0:ucumCode>
<j.0:symbol>bar/°C</j.0:symbol>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:iec61360Code>0112/2///62720#UAD921</j.0:iec61360Code>
</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/BAR-PER-DEG_C>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit bar divided by the unit °Celsius" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 100000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureCoefficient> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD921" ;
<http://qudt.org/schema/qudt/symbol> "bar/°C" ;
<http://qudt.org/schema/qudt/ucumCode> "bar.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "bar/Cel"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "bar per degree Celsius" ;
.
{"resource":"bar per degree Celsius"
,"qname":"unit:BAR-PER-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BAR-PER-DEG_C"
,"properties":["conversion multiplier":"100000.0"
,"conversion multiplier scientific":"1.0E5"
,"description":"unit bar divided by the unit °Celsius"
,"has dimension vector":"dimension:A0E0L-1I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:PressureCoefficient"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD921"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"bar per degree Celsius"
,"symbol":"bar\/°C"
,"type":"qudt:Unit"
,"ucum code":"bar.Cel-1"
,"ucum code":"bar\/Cel"
]}
{
"@id" : "http://qudt.org/vocab/unit/BAR-PER-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit bar divided by the unit °Celsius",
"conversionMultiplier" : "100000.0",
"conversionMultiplier:SN" : 100000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureCoefficient",
"iec61360Code" : "0112/2///62720#UAD921",
"symbol" : "bar/°C",
"ucumCode" : [ "bar.Cel-1", "bar/Cel" ],
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "bar per degree Celsius",
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"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#"
}
}