<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/IU-PER-MilliGM">
<j.0:symbol>IU/mg</j.0:symbol>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[IU].mg-1</j.0:ucumCode>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:plainTextDescription>International Units per milligramme.</j.0:plainTextDescription>
<j.0:conversionOffset rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0</j.0:conversionOffset>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000001</j.0:conversionMultiplier>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-6</j.0:conversionMultiplierSN>
<j.0:conversionOffsetSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0.0E0</j.0:conversionOffsetSN>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
<p>International Unit per milligramme.
The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.
</p></j.1:description>
<rdfs:label xml:lang="en">International Unit per milligram</rdfs:label>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass"/>
</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/IU-PER-MilliGM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
<p>International Unit per milligramme.
The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.
</p>"""^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ;
<http://qudt.org/schema/qudt/conversionOffset> 0.0 ;
<http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ;
<http://qudt.org/schema/qudt/plainTextDescription> "International Units per milligramme." ;
<http://qudt.org/schema/qudt/symbol> "IU/mg" ;
<http://qudt.org/schema/qudt/ucumCode> "[IU].mg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "International Unit per milligram"@en ;
.
{"resource":"International Unit per milligram"
,"qname":"unit:IU-PER-MilliGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IU-PER-MilliGM"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"\n<p>International Unit per milligramme.\nThe magnitude of one $IU\/L$ depends on the material, so there is no single conversion multiplier.\n<\/p>"
,"description (plain text)":"International Units per milligramme."
,"has dimension vector":"dimension:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"International Unit per milligram"
,"symbol":"IU\/mg"
,"type":"qudt:Unit"
,"ucum code":"[IU].mg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/IU-PER-MilliGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n<p>International Unit per milligramme.\nThe magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.\n</p>",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass",
"plainTextDescription" : "International Units per milligramme.",
"symbol" : "IU/mg",
"ucumCode" : "[IU].mg-1",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "International Unit per milligram"
},
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"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"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@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#"
}
}