quantitykind:EnergyDensity

URI: http://qudt.org/vocab/quantitykind/EnergyDensity

Type
Description

Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter.

Properties
qudt:plainTextDescription
Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter.
http://qudt.org/schema/qudt/baseISOUnitDimensions
$m^{-1} \cdot kg \cdot s^{-2}$
http://qudt.org/schema/qudt/baseSIUnitDimensions
$m^{-1} \cdot kg \cdot s^{-2}$
qudt:iec61360Code
0112/2///62720#UAD047
Annotations
dcterms:description
Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter.
rdfs:label
Energy Density(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/quantitykind/EnergyDensity">
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/W-HR-PER-M3"/>
    <j.0:plainTextDescription>Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter.</j.0:plainTextDescription>
    <j.0:baseISOUnitDimensions>$m^{-1} \cdot kg \cdot s^{-2}$</j.0:baseISOUnitDimensions>
    <rdfs:label xml:lang="en">Energy Density</rdfs:label>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/BTU_TH-PER-FT3"/>
    <j.0:baseImperialUnitDimensions rdf:datatype="http://qudt.org/schema/qudt/LatexString">$ft^{-1} \cdot lb \cdot s^{-2}$</j.0:baseImperialUnitDimensions>
    <j.0:iec61360Code>0112/2///62720#UAD047</j.0:iec61360Code>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/J-PER-M3"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MegaJ-PER-M3"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/BTU_IT-PER-FT3"/>
    <j.0:baseUSCustomaryUnitDimensions rdf:datatype="http://qudt.org/schema/qudt/LatexString">$L^{-1} \cdot M \cdot T^{-2}$</j.0:baseUSCustomaryUnitDimensions>
    <j.0:siExactMatch rdf:resource="https://si-digital-framework.org/SI/quantities/ENGD"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter.</j.1:description>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/ERG-PER-CentiM3"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Energy_density</j.0:informativeReference>
    <j.0:baseSIUnitDimensions rdf:datatype="http://qudt.org/schema/qudt/LatexString">$m^{-1} \cdot kg \cdot s^{-2}$</j.0:baseSIUnitDimensions>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Energy_density</j.0:dbpediaMatch>
  </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/quantitykind/EnergyDensity>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/BTU_IT-PER-FT3> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/BTU_TH-PER-FT3> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/ERG-PER-CentiM3> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/J-PER-M3> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MegaJ-PER-M3> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/W-HR-PER-M3> ;
  <http://qudt.org/schema/qudt/baseISOUnitDimensions> "$m^{-1} \\cdot kg \\cdot s^{-2}$" ;
  <http://qudt.org/schema/qudt/baseImperialUnitDimensions> "$ft^{-1} \\cdot lb \\cdot s^{-2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/baseSIUnitDimensions> "$m^{-1} \\cdot kg \\cdot s^{-2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/baseUSCustomaryUnitDimensions> "$L^{-1} \\cdot M \\cdot T^{-2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Energy_density"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
  <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD047" ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Energy_density"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter." ;
  <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/quantities/ENGD> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Energy Density"@en ;
.
JSON
{"resource":"Energy Density" 
 ,"qname":"quantitykind:EnergyDensity" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/EnergyDensity" 
 ,"properties":["Individual from SI Reference Point":"si-quantity:ENGD" 
    ,"applicable unit":"unit:BTU_IT-PER-FT3" 
    ,"applicable unit":"unit:BTU_TH-PER-FT3" 
    ,"applicable unit":"unit:ERG-PER-CentiM3" 
    ,"applicable unit":"unit:J-PER-M3" 
    ,"applicable unit":"unit:MegaJ-PER-M3" 
    ,"applicable unit":"unit:W-HR-PER-M3" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Energy_density" 
    ,"description":"Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter." 
    ,"description (plain text)":"Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter." 
    ,"has dimension vector":"dimension:A0E0L-1I0M1H0T-2D0" 
    ,"http:\/\/qudt.org\/schema\/qudt\/baseISOUnitDimensions":"$m^{-1} \\cdot kg \\cdot s^{-2}$" 
    ,"http:\/\/qudt.org\/schema\/qudt\/baseImperialUnitDimensions":"$ft^{-1} \\cdot lb \\cdot s^{-2}$" 
    ,"http:\/\/qudt.org\/schema\/qudt\/baseSIUnitDimensions":"$m^{-1} \\cdot kg \\cdot s^{-2}$" 
    ,"http:\/\/qudt.org\/schema\/qudt\/baseUSCustomaryUnitDimensions":"$L^{-1} \\cdot M \\cdot T^{-2}$" 
    ,"iec-61360 code":"0112\/2\/\/\/62720#UAD047" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Energy_density" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Energy Density" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/EnergyDensity",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter.",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/W-HR-PER-M3", "http://qudt.org/vocab/unit/BTU_TH-PER-FT3", "http://qudt.org/vocab/unit/J-PER-M3", "http://qudt.org/vocab/unit/MegaJ-PER-M3", "http://qudt.org/vocab/unit/BTU_IT-PER-FT3", "http://qudt.org/vocab/unit/ERG-PER-CentiM3" ],
  "baseISOUnitDimensions" : "$m^{-1} \\cdot kg \\cdot s^{-2}$",
  "baseImperialUnitDimensions" : "$ft^{-1} \\cdot lb \\cdot s^{-2}$",
  "baseSIUnitDimensions" : "$m^{-1} \\cdot kg \\cdot s^{-2}$",
  "baseUSCustomaryUnitDimensions" : "$L^{-1} \\cdot M \\cdot T^{-2}$",
  "dbpediaMatch" : "http://dbpedia.org/resource/Energy_density",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
  "iec61360Code" : "0112/2///62720#UAD047",
  "informativeReference" : "http://en.wikipedia.org/wiki/Energy_density",
  "plainTextDescription" : "Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter.",
  "siExactMatch" : "https://si-digital-framework.org/SI/quantities/ENGD",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Energy Density"
  },
  "@context" : {
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "baseISOUnitDimensions" : {
      "@id" : "http://qudt.org/schema/qudt/baseISOUnitDimensions"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "baseImperialUnitDimensions" : {
      "@id" : "http://qudt.org/schema/qudt/baseImperialUnitDimensions",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "iec61360Code" : {
      "@id" : "http://qudt.org/schema/qudt/iec61360Code"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "baseUSCustomaryUnitDimensions" : {
      "@id" : "http://qudt.org/schema/qudt/baseUSCustomaryUnitDimensions",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "siExactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/siExactMatch",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "baseSIUnitDimensions" : {
      "@id" : "http://qudt.org/schema/qudt/baseSIUnitDimensions",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@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#"
  }
}

Generated 2024-04-25T16:10:26.233-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)