<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/A-HR-PER-DEG_C">
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdfs:label>ampere hour per degree Celsius</rdfs:label>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">A.h.Cel-1</j.0:ucumCode>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Unknown"/>
<j.0:symbol>A·h/°C</j.0:symbol>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T1D0"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">3.6E3</j.0:conversionMultiplierSN>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">3600.0</j.0:conversionMultiplier>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">$\textit{Ampere Hour per Degree Celsius}$ is the product of the SI base unit ampere and the unit hour
divided by the unit degree Celsius.
</j.1:description>
<j.0:iec61360Code>0112/2///62720#UAD886</j.0:iec61360Code>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
</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/A-HR-PER-DEG_C>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Ampere Hour per Degree Celsius}$ is the product of the SI base unit ampere and the unit hour
divided by the unit degree Celsius.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<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/A0E1L0I0M0H-1T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD886" ;
<http://qudt.org/schema/qudt/symbol> "A·h/°C" ;
<http://qudt.org/schema/qudt/ucumCode> "A.h.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "ampere hour per degree Celsius" ;
.
{"resource":"ampere hour per degree Celsius"
,"qname":"unit:A-HR-PER-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-HR-PER-DEG_C"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"$\\textit{Ampere Hour per Degree Celsius}$ is the product of the SI base unit ampere and the unit hour\n divided by the unit degree Celsius.\n "
,"has dimension vector":"dimension:A0E1L0I0M0H-1T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD886"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"ampere hour per degree Celsius"
,"symbol":"A·h\/°C"
,"type":"qudt:Unit"
,"ucum code":"A.h.Cel-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-HR-PER-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Ampere Hour per Degree Celsius}$ is the product of the SI base unit ampere and the unit hour\n divided by the unit degree Celsius.\n ",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD886",
"symbol" : "A·h/°C",
"ucumCode" : "A.h.Cel-1",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "ampere hour per degree Celsius",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@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"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"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"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"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#"
}
}