unit:AC-FT_US

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

Type
Description

unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs

Properties
qudt:conversionMultiplier
1233.48426566137344
qudt:conversionMultiplierSN
1.23348426566137344E3
qudt:iec61360Code
0112/2///62720#UAB288
qudt:symbol
acre‑ft (US survey)
qudt:ucumCode
[acr_br].[ft_us]
Annotations
dcterms:description
unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs
rdfs:label
acre‑foot (based on U.S. survey foot)
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_US">
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Volume"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.1:description>unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs</j.1:description>
    <j.0:iec61360Code>0112/2///62720#UAB288</j.0:iec61360Code>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1233.48426566137344</j.0:conversionMultiplier>
    <j.0:symbol>acre‑ft (US survey)</j.0:symbol>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.23348426566137344E3</j.0:conversionMultiplierSN>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[acr_br].[ft_us]</j.0:ucumCode>
    <rdfs:label>acre‑foot (based on U.S. survey foot)</rdfs:label>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0"/>
  </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_US>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs" ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 1233.48426566137344 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.23348426566137344E3 ;
  <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/symbol> "acre‑ft (US survey)" ;
  <http://qudt.org/schema/qudt/ucumCode> "[acr_br].[ft_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "acre‑foot (based on U.S. survey foot)" ;
.
JSON
{"resource":"acre\u2011foot (based on U.S. survey foot)" 
 ,"qname":"unit:AC-FT_US" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/AC-FT_US" 
 ,"properties":["conversion multiplier":"1233.48426566137344" 
    ,"conversion multiplier scientific":"1.23348426566137344E3" 
    ,"description":"unit of the volume, which is used in the United States to measure\/gauge the capacity of reservoirs" 
    ,"has dimension vector":"dimension:A0E0L3I0M0H0T0D0" 
    ,"has quantity kind":"quantitykind:Volume" 
    ,"iec-61360 code":"0112\/2\/\/\/62720#UAB288" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"acre\u2011foot (based on U.S. survey foot)" 
    ,"symbol":"acre\u2011ft (US survey)" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"[acr_br].[ft_us]" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/AC-FT_US",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs",
  "conversionMultiplier" : "1233.48426566137344",
  "conversionMultiplier:SN" : 1233.4842656613735,
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
  "iec61360Code" : "0112/2///62720#UAB288",
  "symbol" : "acre‑ft (US survey)",
  "ucumCode" : "[acr_br].[ft_us]",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : "acre‑foot (based on U.S. survey foot)",
  "@context" : {
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "iec61360Code" : {
      "@id" : "http://qudt.org/schema/qudt/iec61360Code"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "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-04-25T14:38:06.797-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)