<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/KiloGM-PER-M2-DAY">
<j.1:description>A measure of areal density over time equivalent to 1 kg per square meter per day.</j.1:description>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.00001157407407407410</j.0:conversionMultiplier>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">kg.m-2.day-1</j.0:ucumCode>
<j.0:symbol>kg/m<C2><B2>/day</j.0:symbol>
<rdfs:label xml:lang="en">kilogram per square metre per day</rdfs:label>
<j.0:plainTextDescription>A measure of areal density over time equivalent to 1 kg per square meter per day.</j.0:plainTextDescription>
<rdfs:label xml:lang="en-US">kilogram per square meter per day</rdfs:label>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/MassPerAreaTime"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0"/>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
</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/KiloGM-PER-M2-DAY>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A measure of areal density over time equivalent to 1 kg per square meter per day." ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407410 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ;
<http://qudt.org/schema/qudt/plainTextDescription> "A measure of areal density over time equivalent to 1 kg per square meter per day." ;
<http://qudt.org/schema/qudt/symbol> "kg/m<C2><B2>/day" ;
<http://qudt.org/schema/qudt/ucumCode> "kg.m-2.day-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "kilogram per square meter per day"@en-US ;
rdfs:label "kilogram per square metre per day"@en ;
.
{"resource":"kilogram per square metre per day"
,"qname":"unit:KiloGM-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M2-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00001157407407407410"
,"description":"A measure of areal density over time equivalent to 1 kg per square meter per day."
,"description (plain text)":"A measure of areal density over time equivalent to 1 kg per square meter per day."
,"has dimension vector":"dimension:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"kilogram per square meter per day"
,"label":"kilogram per square metre per day"
,"symbol":"kg\/m<C2><B2>\/day"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.m-2.day-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M2-DAY",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A measure of areal density over time equivalent to 1 kg per square meter per day.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00001157407407407410",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"plainTextDescription" : "A measure of areal density over time equivalent to 1 kg per square meter per day.",
"symbol" : "kg/m<C2><B2>/day",
"ucumCode" : "kg.m-2.day-1",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "kilogram per square metre per day"
}, {
"@language" : "en-us",
"@value" : "kilogram per square meter per day"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"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"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@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#"
}
}