<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/L-PER-HA">
<j.0:symbol>L/ha</j.0:symbol>
<j.0:hasFactorUnit rdf:nodeID="A0"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.9/vocab/unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0000001</j.0:conversionMultiplier>
<rdfs:label xml:lang="en-US">Liter per Hectare</rdfs:label>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0"/>
<j.0:hasFactorUnit rdf:nodeID="A1"/>
<j.0:plainTextDescription>Unit litre divided by the unit hectare</j.0:plainTextDescription>
<rdfs:label>Litre per Hectare</rdfs:label>
<rdfs:label xml:lang="en">Litre per Hectare</rdfs:label>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-7</j.0:conversionMultiplierSN>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/VolumePerArea"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">L.har-1</j.0:ucumCode>
<j.1:description>Unit litre divided by the unit hectare</j.1:description>
</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/L-PER-HA>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Unit litre divided by the unit hectare" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerArea> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Unit litre divided by the unit hectare" ;
<http://qudt.org/schema/qudt/symbol> "L/ha" ;
<http://qudt.org/schema/qudt/ucumCode> "L.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Liter per Hectare"@en-US ;
rdfs:label "Litre per Hectare" ;
rdfs:label "Litre per Hectare"@en ;
.
{"resource":"Litre per Hectare"
,"qname":"unit:L-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-HA"
,"properties":["conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"Unit litre divided by the unit hectare"
,"description (plain text)":"Unit litre divided by the unit hectare"
,"has dimension vector":"dimension:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:VolumePerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Hectare"
,"label":"Litre per Hectare"
,"label":"Litre per Hectare"
,"symbol":"L\/ha"
,"type":"qudt:Unit"
,"ucum code":"L.har-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-HA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Unit litre divided by the unit hectare",
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumePerArea",
"plainTextDescription" : "Unit litre divided by the unit hectare",
"symbol" : "L/ha",
"ucumCode" : "L.har-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Hectare"
}, "Litre per Hectare", {
"@language" : "en",
"@value" : "Litre per Hectare"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"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#"
}
}