<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:j.2="http://www.w3.org/2004/02/skos/core#"
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/BU_US_DRY">
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.0/vocab/unit"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Volume"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">3.523907E-2</j.0:conversionMultiplierSN>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/ContextualUnit"/>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units</j.1:description>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<rdfs:label xml:lang="en">Bushel (US Dry)</rdfs:label>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.03523907</j.0:conversionMultiplier>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[bu_us]</j.0:ucumCode>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
<j.0:plainTextDescription>unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units</j.0:plainTextDescription>
<j.2:broader rdf:resource="http://qudt.org/vocab/unit/BU_US"/>
<j.0:symbol>bsh{US}</j.0:symbol>
</rdf:Description>
</rdf:RDF>
@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/BU_US_DRY>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.03523907 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.523907E-2 ;
<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/plainTextDescription> "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units" ;
<http://qudt.org/schema/qudt/symbol> "bsh{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[bu_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
rdfs:label "Bushel (US Dry)"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/BU_US> ;
.
{"resource":"Bushel (US Dry)"
,"qname":"unit:BU_US_DRY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BU_US_DRY"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.03523907"
,"conversion multiplier scientific":"3.523907E-2"
,"description":"unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units"
,"description (plain text)":"unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units"
,"has broader":"unit:BU_US"
,"has dimension vector":"dimension:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.0\/vocab\/unit>"
,"label":"Bushel (US Dry)"
,"symbol":"bsh{US}"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"[bu_us]"
]}
{
"@id" : "http://qudt.org/vocab/unit/BU_US_DRY",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.03523907",
"conversionMultiplier:SN" : 0.03523907,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"plainTextDescription" : "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units",
"symbol" : "bsh{US}",
"ucumCode" : "[bu_us]",
"isDefinedBy" : "http://qudt.org/3.1.0/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Bushel (US Dry)"
},
"broader" : "http://qudt.org/vocab/unit/BU_US",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"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"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"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#"
}
}