<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/NanoM">
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0"/>
<j.0:plainTextDescription>0.000000001-fold of the SI base unit metre</j.0:plainTextDescription>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:uneceCommonCode>C45</j.0:uneceCommonCode>
<j.0:prefix rdf:resource="http://qudt.org/vocab/prefix/Nano"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000000001</j.0:conversionMultiplier>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">nm</j.0:ucumCode>
<rdfs:label xml:lang="en-us">Nanometer</rdfs:label>
<j.0:iec61360Code>0112/2///62720#UAA912</j.0:iec61360Code>
<rdfs:label xml:lang="en">Nanometre</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:symbol>nM</j.0:symbol>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Length"/>
<j.0:isScalingOf rdf:resource="http://qudt.org/vocab/unit/M"/>
</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/NanoM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA912" ;
<http://qudt.org/schema/qudt/isScalingOf> <http://qudt.org/vocab/unit/M> ;
<http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI base unit metre" ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ;
<http://qudt.org/schema/qudt/symbol> "nM" ;
<http://qudt.org/schema/qudt/ucumCode> "nm"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C45" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Nanometer"@en-us ;
rdfs:label "Nanometre"@en ;
.
{"resource":"Nanometre"
,"qname":"unit:NanoM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoM"
,"properties":["conversion multiplier":"0.000000001"
,"description (plain text)":"0.000000001-fold of the SI base unit metre"
,"has dimension vector":"dimension:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA912"
,"is scaling of":"unit:M"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Nanometer"
,"label":"Nanometre"
,"prefix":"prefix:Nano"
,"symbol":"nM"
,"type":"qudt:Unit"
,"ucum code":"nm"
,"unece common code":"C45"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000000001",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA912",
"isScalingOf" : "http://qudt.org/vocab/unit/M",
"plainTextDescription" : "0.000000001-fold of the SI base unit metre",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"symbol" : "nM",
"ucumCode" : "nm",
"uneceCommonCode" : "C45",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Nanometer"
}, {
"@language" : "en",
"@value" : "Nanometre"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@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"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@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#"
}
}