unit:AC-FT

URI: http://qudt.org/vocab/unit/AC-FT

Type
Description

An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \times 1 \; ac = 43,560 \; ft^{3} (1,233.482 \; m^{3}, 325,851 \; US gal)$.

Properties
qudt:conversionMultiplier
1233.4818375475202
qudt:conversionMultiplierSN
1.2334818375475202E3
qudt:iec61360Code
0112/2///62720#UAB288
qudt:symbol
acre·ft
qudt:ucumCode
[acr_br].[ft_i]
Annotations
dcterms:description
An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \times 1 \; ac = 43,560 \; ft^{3} (1,233.482 \; m^{3}, 325,851 \; US gal)$.
rdfs:label
Acre Foot(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/AC-FT">
    <j.0:symbol>acre·ft</j.0:symbol>
    <j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[acr_br].[ft_i]</j.0:ucumCode>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Volume"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Acre-foot</j.0:informativeReference>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:omUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/acreFoot"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-35</j.0:informativeReference>
    <j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1233.4818375475202</j.0:conversionMultiplier>
    <j.0:iec61360Code>0112/2///62720#UAB288</j.0:iec61360Code>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \times 1 \; ac = 43,560 \; ft^{3} (1,233.482 \; m^{3}, 325,851 \; US gal)$.</j.1:description>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
    <rdfs:label xml:lang="en">Acre Foot</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.2334818375475202E3</j.0:conversionMultiplierSN>
  </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/AC-FT>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \\times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \\times 1 \\; ac = 43,560 \\; ft^{3} (1,233.482 \\; m^{3}, 325,851 \\; US gal)$."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 1233.4818375475202 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.2334818375475202E3 ;
  <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
  <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
  <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#UAB288" ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Acre-foot"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-35"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/acreFoot> ;
  <http://qudt.org/schema/qudt/symbol> "acre·ft" ;
  <http://qudt.org/schema/qudt/ucumCode> "[acr_br].[ft_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Acre Foot"@en ;
.
JSON
{"resource":"Acre Foot" 
 ,"qname":"unit:AC-FT" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/AC-FT" 
 ,"properties":["applicable system":"sou:IMPERIAL" 
    ,"applicable system":"sou:USCS" 
    ,"conversion multiplier":"1233.4818375475202" 
    ,"conversion multiplier scientific":"1.2334818375475202E3" 
    ,"defined unit of system":"sou:IMPERIAL" 
    ,"defined unit of system":"sou:USCS" 
    ,"description":"An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \\times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \\times 1 \\; ac = 43,560 \\; ft^{3} (1,233.482 \\; m^{3}, 325,851 \\; US gal)$." 
    ,"has dimension vector":"dimension:A0E0L3I0M0H0T0D0" 
    ,"has quantity kind":"quantitykind:Volume" 
    ,"iec-61360 code":"0112\/2\/\/\/62720#UAB288" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Acre-foot" 
    ,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-35" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Acre Foot" 
    ,"om unit":"&lt;http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/acreFoot&gt;" 
    ,"symbol":"acre&middot;ft" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"[acr_br].[ft_i]" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/AC-FT",
  "@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
  "description" : "An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \\times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \\times 1 \\; ac = 43,560 \\; ft^{3} (1,233.482 \\; m^{3}, 325,851 \\; US gal)$.",
  "applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
  "conversionMultiplier" : "1233.4818375475202",
  "conversionMultiplier:SN" : 1233.4818375475202,
  "definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
  "iec61360Code" : "0112/2///62720#UAB288",
  "informativeReference" : [ "http://en.wikipedia.org/wiki/Acre-foot", "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-35" ],
  "omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/acreFoot",
  "symbol" : "acre·ft",
  "ucumCode" : "[acr_br].[ft_i]",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Acre Foot"
  },
  "@context" : {
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "definedUnitOfSystem" : {
      "@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "omUnit" : {
      "@id" : "http://qudt.org/schema/qudt/omUnit",
      "@type" : "@id"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "iec61360Code" : {
      "@id" : "http://qudt.org/schema/qudt/iec61360Code"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "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-03-22T14:42:16.417-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)