unit:HP_Boiler

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

Type
Description

"Boiler Horsepower" is a unit for 'Power' expressed as \(hp_boiler\).

Properties
qudt:symbol
HP{boiler}
Annotations
dcterms:description
"Boiler Horsepower" is a unit for 'Power' expressed as \(hp_boiler\).
qudt:expression
\(boiler_hp\)
rdfs:label
Boiler Horsepower(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/HP_Boiler">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0"/>
    <rdfs:label xml:lang="en">Boiler Horsepower</rdfs:label>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Power"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">9809.5</j.0:conversionMultiplier>
    <j.0:symbol>HP{boiler}</j.0:symbol>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(boiler_hp\)</j.0:expression>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Boiler Horsepower" is a unit for  'Power' expressed as \(hp_boiler\).</j.1:description>
    <j.0:uneceCommonCode>K42</j.0:uneceCommonCode>
  </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/HP_Boiler>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "\"Boiler Horsepower\" is a unit for  'Power' expressed as \\(hp_boiler\\)."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 9809.5 ;
  <http://qudt.org/schema/qudt/expression> "\\(boiler_hp\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
  <http://qudt.org/schema/qudt/symbol> "HP{boiler}" ;
  <http://qudt.org/schema/qudt/uneceCommonCode> "K42" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Boiler Horsepower"@en ;
.
JSON
{"resource":"Boiler Horsepower" 
 ,"qname":"unit:HP_Boiler" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/HP_Boiler" 
 ,"properties":["conversion multiplier":"9809.5" 
    ,"description":"\"Boiler Horsepower\" is a unit for  'Power' expressed as \\(hp_boiler\\)." 
    ,"expression":"\\(boiler_hp\\)" 
    ,"has dimension vector":"dimension:A0E0L2I0M1H0T-3D0" 
    ,"has quantity kind":"quantitykind:Power" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Boiler Horsepower" 
    ,"symbol":"HP{boiler}" 
    ,"type":"qudt:Unit" 
    ,"unece common code":"K42" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/HP_Boiler",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "\"Boiler Horsepower\" is a unit for  'Power' expressed as \\(hp_boiler\\).",
  "conversionMultiplier" : "9809.5",
  "expression" : "\\(boiler_hp\\)",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
  "symbol" : "HP{boiler}",
  "uneceCommonCode" : "K42",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Boiler Horsepower"
  },
  "@context" : {
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@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"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "uneceCommonCode" : {
      "@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
    },
    "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 2023-09-27T16:10:22.780-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)