<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/BTU_MEAN">
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
<rdfs:label xml:lang="en">British Thermal Unit (mean)</rdfs:label>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[Btu_m]</j.0:ucumCode>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1055.05585262</j.0:conversionMultiplier>
<j.0:iec61360Code>0112/2///62720#UAA113</j.0:iec61360Code>
<j.0:uneceCommonCode>J39</j.0:uneceCommonCode>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ThermalEnergy"/>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:plainTextDescription>unit of the heat energy according to the Imperial system of units</j.0:plainTextDescription>
<j.0:symbol>BTU{mean}</j.0:symbol>
</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/BTU_MEAN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1055.05585262 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA113" ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the heat energy according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "BTU{mean}" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_m]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J39" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "British Thermal Unit (mean)"@en ;
.
{"resource":"British Thermal Unit (mean)"
,"qname":"unit:BTU_MEAN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_MEAN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1055.05585262"
,"description (plain text)":"unit of the heat energy according to the Imperial system of units"
,"has dimension vector":"dimension:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA113"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"British Thermal Unit (mean)"
,"symbol":"BTU{mean}"
,"type":"qudt:Unit"
,"ucum code":"[Btu_m]"
,"unece common code":"J39"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_MEAN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1055.05585262",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"iec61360Code" : "0112/2///62720#UAA113",
"plainTextDescription" : "unit of the heat energy according to the Imperial system of units",
"symbol" : "BTU{mean}",
"ucumCode" : "[Btu_m]",
"uneceCommonCode" : "J39",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "British Thermal Unit (mean)"
},
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@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"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"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#"
}
}