unit:BBL

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

Type
Description

A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal).

Properties
qudt:iec61360Code
0112/2///62720#UAA334
qudt:ucumCode
[bbl_us]
Annotations
rdfs:comment
qudt:conversionMultiplier copied from unit http://qudt.org/vocab/unit/BBL_US via relation http://qudt.org/schema/qudt/exactMatch
dcterms:description
A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal).
rdfs:label
Barrel(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/BBL">
    <rdfs:comment>qudt:conversionMultiplier copied from unit http://qudt.org/vocab/unit/BBL_US via relation http://qudt.org/schema/qudt/exactMatch</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.3/vocab/unit"/>
    <j.0:exactMatch rdf:resource="http://qudt.org/vocab/unit/BBL_US"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Barrel?oldid=494614619</j.0:informativeReference>
    <j.0:iec61360Code>0112/2///62720#UAA334</j.0:iec61360Code>
    <j.0:symbol>bbl</j.0:symbol>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Barrel</j.0:dbpediaMatch>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0"/>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.589873E-1</j.0:conversionMultiplierSN>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA334</j.0:informativeReference>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[bbl_us]</j.0:ucumCode>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal).</j.1:description>
    <rdfs:label xml:lang="en">Barrel</rdfs:label>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.1589873</j.0:conversionMultiplier>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Volume"/>
    <j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
    <j.0:uneceCommonCode>BLL</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/BBL>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal)."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 0.1589873 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.589873E-1 ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Barrel"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
  <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BBL_US> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
  <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA334" ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Barrel?oldid=494614619"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA334"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/symbol> "bbl" ;
  <http://qudt.org/schema/qudt/ucumCode> "[bbl_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/uneceCommonCode> "BLL" ;
  rdfs:comment "qudt:conversionMultiplier copied from unit http://qudt.org/vocab/unit/BBL_US via relation http://qudt.org/schema/qudt/exactMatch" ;
  rdfs:isDefinedBy <http://qudt.org/3.1.3/vocab/unit> ;
  rdfs:label "Barrel"@en ;
.
JSON
{"resource":"Barrel" 
 ,"qname":"unit:BBL" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL" 
 ,"properties":["applicable system":"sou:USCS" 
    ,"comment":"qudt:conversionMultiplier copied from unit http:\/\/qudt.org\/vocab\/unit\/BBL_US via relation http:\/\/qudt.org\/schema\/qudt\/exactMatch" 
    ,"conversion multiplier":"0.1589873" 
    ,"conversion multiplier scientific":"1.589873E-1" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Barrel" 
    ,"defined unit of system":"sou:USCS" 
    ,"description":"A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal)." 
    ,"exact match":"unit:BBL_US" 
    ,"has dimension vector":"dimension:A0E0L3I0M0H0T0D0" 
    ,"has quantity kind":"quantitykind:Volume" 
    ,"iec-61360 code":"0112\/2\/\/\/62720#UAA334" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Barrel?oldid=494614619" 
    ,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA334" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.3\/vocab\/unit&gt;" 
    ,"label":"Barrel" 
    ,"symbol":"bbl" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"[bbl_us]" 
    ,"unece common code":"BLL" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/BBL",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal).",
  "applicableSystem" : "http://qudt.org/vocab/sou/USCS",
  "conversionMultiplier" : "0.1589873",
  "conversionMultiplier:SN" : 0.1589873,
  "dbpediaMatch" : "http://dbpedia.org/resource/Barrel",
  "definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
  "exactMatch" : "http://qudt.org/vocab/unit/BBL_US",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
  "iec61360Code" : "0112/2///62720#UAA334",
  "informativeReference" : [ "http://en.wikipedia.org/wiki/Barrel?oldid=494614619", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA334" ],
  "symbol" : "bbl",
  "ucumCode" : "[bbl_us]",
  "uneceCommonCode" : "BLL",
  "comment" : "qudt:conversionMultiplier copied from unit http://qudt.org/vocab/unit/BBL_US via relation http://qudt.org/schema/qudt/exactMatch",
  "isDefinedBy" : "http://qudt.org/3.1.3/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Barrel"
  },
  "@context" : {
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "exactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/exactMatch",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "iec61360Code" : {
      "@id" : "http://qudt.org/schema/qudt/iec61360Code"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "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://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "definedUnitOfSystem" : {
      "@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
      "@type" : "@id"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "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 2025-06-26T15:13:41.083-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)