unit:TonEnergy

URI: http://qudt.org/vocab/unit/TonEnergy

Type
Description

Energy equivalent of one ton of TNT

Properties
qudt:symbol
t/lbf
Annotations
dcterms:description
Energy equivalent of one ton of TNT
qudt:expression
$t/lbf$
rdfs:label
Ton Energy(en)
View as:  CSV

Work in progress

RDF/XML
<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:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <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 xml:lang="en">Ton Energy</rdfs:label>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$t/lbf$</j.0:expression>
  </rdf:Description>
</rdf:RDF>
TURTLE
@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/symbol> "t/lbf" ;
  <http://qudt.org/schema/qudt/ucumCode> "Gcal"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Ton Energy"@en ;
.
JSON
{"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":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Ton Energy" 
    ,"symbol":"t\/lbf" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"Gcal" 
    ]}
JSON-LD
{
  "@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",
  "symbol" : "t/lbf",
  "ucumCode" : "Gcal",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@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"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@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"
    },
    "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#"
  }
}

Generated 2024-04-25T14:47:57.106-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)