<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/DEG_C-HR">
<rdfs:label xml:lang="en">Degree Celsius Hour</rdfs:label>
<rdfs:label>Degree Celsius Hour</rdfs:label>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">3600.0</j.0:conversionMultiplier>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.5/vocab/unit"/>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">3.6E3</j.0:conversionMultiplierSN>
<j.0:symbol>°C·h</j.0:symbol>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">Cel.h</j.0:ucumCode>
<j.1:description xml:lang="en">A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings.</j.1:description>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/TimeTemperature"/>
<j.0:hasFactorUnit rdf:nodeID="A0"/>
<j.0:hasFactorUnit rdf:nodeID="A1"/>
</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/DEG_C-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings."@en ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimeTemperature> ;
<http://qudt.org/schema/qudt/symbol> "°C·h" ;
<http://qudt.org/schema/qudt/ucumCode> "Cel.h"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.5/vocab/unit> ;
rdfs:label "Degree Celsius Hour" ;
rdfs:label "Degree Celsius Hour"@en ;
.
{"resource":"Degree Celsius Hour"
,"qname":"unit:DEG_C-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings."
,"has dimension vector":"dimension:A0E0L0I0M0H1T1D0"
,"has quantity kind":"quantitykind:TimeTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.5\/vocab\/unit>"
,"label":"Degree Celsius Hour"
,"label":"Degree Celsius Hour"
,"symbol":"°C·h"
,"type":"qudt:Unit"
,"ucum code":"Cel.h"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimeTemperature",
"symbol" : "°C·h",
"ucumCode" : "Cel.h",
"isDefinedBy" : "http://qudt.org/3.1.5/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Degree Celsius Hour"
}, "Degree Celsius Hour" ],
"@context" : {
"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"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@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#"
}
}