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