<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/CAL_IT">
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">4.1868</j.0:conversionMultiplier>
<j.0:uneceCommonCode>D70</j.0:uneceCommonCode>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">International Table calorie.</j.1:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:symbol>cal{IT}</j.0:symbol>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">cal_IT</j.0:ucumCode>
<rdfs:label xml:lang="en">International Table calorie</rdfs:label>
<j.0:unitOfSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
<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:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Energy"/>
<j.0:udunitsCode>cal</j.0:udunitsCode>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://physics.nist.gov/Pubs/SP811/appenB9.html</j.0:informativeReference>
</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/CAL_IT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "International Table calorie."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4.1868 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "cal{IT}" ;
<http://qudt.org/schema/qudt/ucumCode> "cal_IT"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "cal" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D70" ;
<http://qudt.org/schema/qudt/unitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "International Table calorie"@en ;
.
{"resource":"International Table calorie"
,"qname":"unit:CAL_IT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_IT"
,"properties":["conversion multiplier":"4.1868"
,"description":"International Table calorie."
,"has dimension vector":"dimension:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"informative reference":"http:\/\/physics.nist.gov\/Pubs\/SP811\/appenB9.html"
,"is unit of system":"sou:CGS"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"International Table calorie"
,"symbol":"cal{IT}"
,"type":"qudt:Unit"
,"ucum code":"cal_IT"
,"udunits code":"cal"
,"unece common code":"D70"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_IT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "International Table calorie.",
"conversionMultiplier" : "4.1868",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/Energy" ],
"informativeReference" : "http://physics.nist.gov/Pubs/SP811/appenB9.html",
"symbol" : "cal{IT}",
"ucumCode" : "cal_IT",
"udunitsCode" : "cal",
"uneceCommonCode" : "D70",
"unitOfSystem" : "http://qudt.org/vocab/sou/CGS",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "International Table calorie"
},
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"unitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/unitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"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#"
}
}