<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/NanoN">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000000001</j.0:conversionMultiplier>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Force"/>
<j.0:prefix rdf:resource="http://qudt.org/vocab/prefix/Nano"/>
<j.0:scalingOf rdf:resource="http://qudt.org/vocab/unit/N"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.1/vocab/unit"/>
<rdfs:label>NanoN</rdfs:label>
</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/NanoN>
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/A0E0L1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ;
rdfs:isDefinedBy <http://qudt.org/3.1.1/vocab/unit> ;
rdfs:label "NanoN" ;
.
{"resource":"NanoN"
,"qname":"unit:NanoN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoN"
,"properties":["conversion multiplier":"0.000000001"
,"has dimension vector":"dimension:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.1\/vocab\/unit>"
,"label":"NanoN"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:N"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000000001",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"isDefinedBy" : "http://qudt.org/3.1.1/vocab/unit",
"label" : "NanoN",
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"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#"
}
}