<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
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/MicroMOL-PER-M2-HR">
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">umol.m-2.h-1</j.0:ucumCode>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity"/>
<j.0:symbol>µmol/(m²·h)</j.0:symbol>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2.77777777777778E-10</j.0:conversionMultiplierSN>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">umol/m2/h</j.0:ucumCode>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdfs:label xml:lang="en">Micromoles per square metre hour</rdfs:label>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000000000277777777777778</j.0:conversionMultiplier>
</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/MicroMOL-PER-M2-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000277777777777778 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.77777777777778E-10 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity> ;
<http://qudt.org/schema/qudt/symbol> "µmol/(m²·h)" ;
<http://qudt.org/schema/qudt/ucumCode> "umol.m-2.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "umol/m2/h"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Micromoles per square metre hour"@en ;
.
{"resource":"Micromoles per square metre hour"
,"qname":"unit:MicroMOL-PER-M2-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-M2-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000000277777777777778"
,"conversion multiplier scientific":"2.77777777777778E-10"
,"has dimension vector":"dimension:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotosyntheticPhotonFluxDensity"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Micromoles per square metre hour"
,"symbol":"µmol\/(m²·h)"
,"type":"qudt:Unit"
,"ucum code":"umol.m-2.h-1"
,"ucum code":"umol\/m2\/h"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-M2-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000000277777777777778",
"conversionMultiplier:SN" : 2.77777777777778E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity",
"symbol" : "µmol/(m²·h)",
"ucumCode" : [ "umol.m-2.h-1", "umol/m2/h" ],
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Micromoles per square metre hour"
},
"@context" : {
"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"
},
"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"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"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#"
}
}