unit:HP-PER-M

URI: http://qudt.org/vocab/unit/HP-PER-M

Type
Description

"Horsepower Metric" is a unit for 'Power' expressed as \(hp/m\).

Properties
qudt:ucumCode
[HP].m-1
Annotations
dcterms:description
"Horsepower Metric" is a unit for 'Power' expressed as \(hp/m\).
qudt:expression
\(hp/m\)
rdfs:label
Horsepower Metric(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-PER-M">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Horsepower Metric" is a unit for  'Power' expressed as \(hp/m\).</j.1:description>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(hp/m\)</j.0:expression>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Power"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[HP].m-1</j.0:ucumCode>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <rdfs:label xml:lang="en">Horsepower Metric</rdfs:label>
  </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-PER-M>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "\"Horsepower Metric\" is a unit for  'Power' expressed as \\(hp/m\\)."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/expression> "\\(hp/m\\)"^^<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/ucumCode> "[HP].m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Horsepower Metric"@en ;
.
JSON
{"resource":"Horsepower Metric" 
 ,"qname":"unit:HP-PER-M" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/HP-PER-M" 
 ,"properties":["description":"\"Horsepower Metric\" is a unit for  'Power' expressed as \\(hp\/m\\)." 
    ,"expression":"\\(hp\/m\\)" 
    ,"has dimension vector":"dimension:A0E0L2I0M1H0T-3D0" 
    ,"has quantity kind":"quantitykind:Power" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Horsepower Metric" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"[HP].m-1" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/HP-PER-M",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "\"Horsepower Metric\" is a unit for  'Power' expressed as \\(hp/m\\).",
  "expression" : "\\(hp/m\\)",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
  "ucumCode" : "[HP].m-1",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Horsepower Metric"
  },
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@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"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "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 2022-08-02T09:46:54.129-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)