<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/MilliGM">
<j.0:plainTextDescription>0.000001-fold of the SI base unit kilogram</j.0:plainTextDescription>
<j.0:symbol>mg</j.0:symbol>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:prefix rdf:resource="http://qudt.org/vocab/prefix/Milli"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">mg</j.0:ucumCode>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Mass"/>
<j.0:iec61360Code>0112/2///62720#UAA815</j.0:iec61360Code>
<j.0:isScalingOf rdf:resource="http://qudt.org/vocab/unit/KiloGM"/>
<rdfs:label xml:lang="en">Milligram</rdfs:label>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000001</j.0:conversionMultiplier>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:uneceCommonCode>MGM</j.0:uneceCommonCode>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0"/>
</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/MilliGM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA815" ;
<http://qudt.org/schema/qudt/isScalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram" ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ;
<http://qudt.org/schema/qudt/symbol> "mg" ;
<http://qudt.org/schema/qudt/ucumCode> "mg"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "MGM" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Milligram"@en ;
.
{"resource":"Milligram"
,"qname":"unit:MilliGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM"
,"properties":["conversion multiplier":"0.000001"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram"
,"has dimension vector":"dimension:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA815"
,"is scaling of":"unit:KiloGM"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Milligram"
,"prefix":"prefix:Milli"
,"symbol":"mg"
,"type":"qudt:Unit"
,"ucum code":"mg"
,"unece common code":"MGM"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000001",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAA815",
"isScalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"symbol" : "mg",
"ucumCode" : "mg",
"uneceCommonCode" : "MGM",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Milligram"
},
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"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"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isScalingOf" : {
"@id" : "http://qudt.org/schema/qudt/isScalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"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#"
}
}