<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/NUM-PER-HA">
<j.1:description xml:lang="en">Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre).</j.1:description>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0001</j.0:conversionMultiplier>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">{#}/har</j.0:ucumCode>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-4</j.0:conversionMultiplierSN>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">{#}.har-1</j.0:ucumCode>
<rdfs:label xml:lang="en">Number per hectare</rdfs:label>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ParticleFluence"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">/har</j.0:ucumCode>
<j.0:symbol>/ha</j.0:symbol>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0"/>
</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/NUM-PER-HA>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre)."@en ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ParticleFluence> ;
<http://qudt.org/schema/qudt/symbol> "/ha" ;
<http://qudt.org/schema/qudt/ucumCode> "/har"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "{#}/har"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Number per hectare"@en ;
.
{"resource":"Number per hectare"
,"qname":"unit:NUM-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-HA"
,"properties":["conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre)."
,"has dimension vector":"dimension:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ParticleFluence"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Number per hectare"
,"symbol":"\/ha"
,"type":"qudt:Unit"
,"ucum code":"\/har"
,"ucum code":"{#}.har-1"
,"ucum code":"{#}\/har"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-HA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre)."
},
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ParticleFluence",
"symbol" : "/ha",
"ucumCode" : [ "{#}/har", "{#}.har-1", "/har" ],
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Number per hectare"
},
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"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"
},
"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"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"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#"
}
}