<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/MOL-PER-M2-DAY">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0000115740740740741</j.0:conversionMultiplier>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">mol.m-2.d-1</j.0:ucumCode>
<rdfs:label xml:lang="en">Moles per Square Metre Day</rdfs:label>
<j.0:symbol>mol/(m²·day)</j.0:symbol>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.15740740740741E-5</j.0:conversionMultiplierSN>
<rdfs:label xml:lang="en-US">Moles per Square Meter Day</rdfs:label>
<j.1:description xml:lang="en">quantity of matter per unit area per unit of time.</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/MOL-PER-M2-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quantity of matter per unit area per unit of time."@en ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000115740740740741 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.15740740740741E-5 ;
<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²·day)" ;
<http://qudt.org/schema/qudt/ucumCode> "mol.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Moles per Square Meter Day"@en-US ;
rdfs:label "Moles per Square Metre Day"@en ;
.
{"resource":"Moles per Square Metre Day"
,"qname":"unit:MOL-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-M2-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000115740740740741"
,"conversion multiplier scientific":"1.15740740740741E-5"
,"description":"quantity of matter per unit area per unit of time."
,"has dimension vector":"dimension:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotosyntheticPhotonFluxDensity"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Moles per Square Meter Day"
,"label":"Moles per Square Metre Day"
,"symbol":"mol\/(m²·day)"
,"type":"qudt:Unit"
,"ucum code":"mol.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "quantity of matter per unit area per unit of time."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000115740740740741",
"conversionMultiplier:SN" : 1.15740740740741E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity",
"symbol" : "mol/(m²·day)",
"ucumCode" : "mol.m-2.d-1",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Moles per Square Metre Day"
}, {
"@language" : "en-us",
"@value" : "Moles per Square Meter Day"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"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"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@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"
},
"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#"
}
}