unit:THM_EEC

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

Type
Description

Properties
qudt:symbol
thm{EEC}
qudt:ucumCode
100000.[Btu_IT]
Annotations
qudt:expression
\(therm-eec\)
rdfs:label
THM_EEC(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: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/THM_EEC">
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0"/>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(therm-eec\)</j.0:expression>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:exactMatch rdf:resource="http://qudt.org/vocab/unit/THERM_EC"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ThermalEnergy"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">100000.[Btu_IT]</j.0:ucumCode>
    <j.0:symbol>thm{EEC}</j.0:symbol>
    <rdfs:label xml:lang="en">THM_EEC</rdfs:label>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Energy"/>
  </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/THM_EEC>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/THERM_EC> ;
  <http://qudt.org/schema/qudt/expression> "\\(therm-eec\\)"^^<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/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
  <http://qudt.org/schema/qudt/symbol> "thm{EEC}" ;
  <http://qudt.org/schema/qudt/ucumCode> "100000.[Btu_IT]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "THM_EEC"@en ;
.
JSON
{"resource":"THM_EEC" 
 ,"qname":"unit:THM_EEC" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/THM_EEC" 
 ,"properties":["exact match":"unit:THERM_EC" 
    ,"expression":"\\(therm-eec\\)" 
    ,"has dimension vector":"dimension:A0E0L2I0M1H0T-2D0" 
    ,"has quantity kind":"quantitykind:Energy" 
    ,"has quantity kind":"quantitykind:ThermalEnergy" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"THM_EEC" 
    ,"symbol":"thm{EEC}" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"100000.[Btu_IT]" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/THM_EEC",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "exactMatch" : "http://qudt.org/vocab/unit/THERM_EC",
  "expression" : "\\(therm-eec\\)",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
  "hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/Energy" ],
  "symbol" : "thm{EEC}",
  "ucumCode" : "100000.[Btu_IT]",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "THM_EEC"
  },
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "exactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/exactMatch",
      "@type" : "@id"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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:40:37.140-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)