unit:TonEnergy
URI: http://qudt.org/vocab/unit/TonEnergy
Energy equivalent of one ton of TNT
Work in progress
<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/TonEnergy"> <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Energy"/> <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Energy equivalent of one ton of TNT</j.1:description> <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">4.184E9</j.0:conversionMultiplierSN> <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">Gcal</j.0:ucumCode> <j.0:scalingOf rdf:resource="http://qudt.org/vocab/unit/J"/> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/> <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">4184000000.0</j.0:conversionMultiplier> <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0"/> <j.0:symbol>t/lbf</j.0:symbol> <rdfs:label>Ton Energy</rdfs:label> <rdfs:label xml:lang="en">Ton Energy</rdfs:label> <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.8/vocab/unit"/> <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$t/lbf$</j.0:expression> </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/TonEnergy> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Energy equivalent of one ton of TNT"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4184000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E9 ; <http://qudt.org/schema/qudt/expression> "$t/lbf$"^^<http://qudt.org/schema/qudt/LatexString> ; <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/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "t/lbf" ; <http://qudt.org/schema/qudt/ucumCode> "Gcal"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.8/vocab/unit> ; rdfs:label "Ton Energy" ; rdfs:label "Ton Energy"@en ; .
{"resource":"Ton Energy" ,"qname":"unit:TonEnergy" ,"uri":"http:\/\/qudt.org\/vocab\/unit\/TonEnergy" ,"properties":["applicable system":"sou:CGS" ,"conversion multiplier":"4184000000.0" ,"conversion multiplier scientific":"4.184E9" ,"description":"Energy equivalent of one ton of TNT" ,"expression":"$t\/lbf$" ,"has dimension vector":"dimension:A0E0L2I0M1H0T-2D0" ,"has quantity kind":"quantitykind:Energy" ,"isDefinedBy":"<http:\/\/qudt.org\/3.1.8\/vocab\/unit>" ,"label":"Ton Energy" ,"label":"Ton Energy" ,"scalingOf":"unit:J" ,"symbol":"t\/lbf" ,"type":"qudt:Unit" ,"ucum code":"Gcal" ]}
{ "@id" : "http://qudt.org/vocab/unit/TonEnergy", "@type" : "http://qudt.org/schema/qudt/Unit", "description" : "Energy equivalent of one ton of TNT", "applicableSystem" : "http://qudt.org/vocab/sou/CGS", "conversionMultiplier" : "4184000000.0", "conversionMultiplier:SN" : 4.184E9, "expression" : "$t/lbf$", "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0", "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy", "scalingOf" : "http://qudt.org/vocab/unit/J", "symbol" : "t/lbf", "ucumCode" : "Gcal", "isDefinedBy" : "http://qudt.org/3.1.8/vocab/unit", "label" : [ "Ton Energy", { "@language" : "en", "@value" : "Ton Energy" } ], "@context" : { "hasQuantityKind" : { "@id" : "http://qudt.org/schema/qudt/hasQuantityKind", "@type" : "@id" }, "description" : { "@id" : "http://purl.org/dc/terms/description", "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML" }, "conversionMultiplierSN" : { "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN", "@type" : "http://www.w3.org/2001/XMLSchema#double" }, "ucumCode" : { "@id" : "http://qudt.org/schema/qudt/ucumCode", "@type" : "http://qudt.org/schema/qudt/UCUMcs" }, "scalingOf" : { "@id" : "http://qudt.org/schema/qudt/scalingOf", "@type" : "@id" }, "applicableSystem" : { "@id" : "http://qudt.org/schema/qudt/applicableSystem", "@type" : "@id" }, "conversionMultiplier" : { "@id" : "http://qudt.org/schema/qudt/conversionMultiplier", "@type" : "http://www.w3.org/2001/XMLSchema#decimal" }, "hasDimensionVector" : { "@id" : "http://qudt.org/schema/qudt/hasDimensionVector", "@type" : "@id" }, "symbol" : { "@id" : "http://qudt.org/schema/qudt/symbol" }, "label" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#label" }, "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@type" : "@id" }, "expression" : { "@id" : "http://qudt.org/schema/qudt/expression", "@type" : "http://qudt.org/schema/qudt/LatexString" }, "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#" } }