unit:OZ_PER-GAL

URI: http://qudt.org/vocab/unit/OZ_PER-GAL

Type
Description

"Ounce per Gallon" is an Imperial unit for 'Density' expressed as \(oz/gal\).

Properties
qudt:ucumCode
[oz_av].[gal_br]-1
Annotations
dcterms:description
"Ounce per Gallon" is an Imperial unit for 'Density' expressed as \(oz/gal\).
rdfs:label
Imperial Mass Ounce per Gallon(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/OZ_PER-GAL">
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0"/>
    <rdfs:label xml:lang="en">Imperial Mass Ounce per Gallon</rdfs:label>
    <j.0:unitOfSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
    <j.0:expression>oz/gal</j.0:expression>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[oz_av].[gal_br]-1</j.0:ucumCode>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Ounce per Gallon" is an Imperial unit for  'Density' expressed as \(oz/gal\).</j.1:description>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Density"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">6.23602329</j.0:conversionMultiplier>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
  </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/OZ_PER-GAL>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "\"Ounce per Gallon\" is an Imperial unit for  'Density' expressed as \\(oz/gal\\)."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 6.23602329 ;
  <http://qudt.org/schema/qudt/expression> "oz/gal" ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
  <http://qudt.org/schema/qudt/ucumCode> "[oz_av].[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/unitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Imperial Mass Ounce per Gallon"@en ;
.
JSON
{"resource":"Imperial Mass Ounce per Gallon" 
 ,"qname":"unit:OZ_PER-GAL" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_PER-GAL" 
 ,"properties":["conversion multiplier":"6.23602329" 
    ,"description":"\"Ounce per Gallon\" is an Imperial unit for  'Density' expressed as \\(oz\/gal\\)." 
    ,"expression":"oz\/gal" 
    ,"has dimension vector":"dimension:A0E0L-3I0M1H0T0D0" 
    ,"has quantity kind":"quantitykind:Density" 
    ,"is unit of system":"sou:IMPERIAL" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Imperial Mass Ounce per Gallon" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"[oz_av].[gal_br]-1" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/OZ_PER-GAL",
  "@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
  "description" : "\"Ounce per Gallon\" is an Imperial unit for  'Density' expressed as \\(oz/gal\\).",
  "conversionMultiplier" : "6.23602329",
  "expression" : "oz/gal",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Density",
  "ucumCode" : "[oz_av].[gal_br]-1",
  "unitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Imperial Mass Ounce per Gallon"
  },
  "@context" : {
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "unitOfSystem" : {
      "@id" : "http://qudt.org/schema/qudt/unitOfSystem",
      "@type" : "@id"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "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 2021-12-15T14:30:50.400-08:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)