<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/MicroM-PER-N">
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdfs:label xml:lang="en-us">Micro meter per Newton</rdfs:label>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-EMU"/>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Micro metres measured per Newton</j.1:description>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/>
<j.0:conversionOffset rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0</j.0:conversionOffset>
<j.0:symbol>µJ/N</j.0:symbol>
<j.0:plainTextDescription>Micro metres measured per Newton</j.0:plainTextDescription>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000001</j.0:conversionMultiplier>
<rdfs:label xml:lang="de">Mikrometer pro Newton</rdfs:label>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/LinearCompressibility"/>
<rdfs:label xml:lang="en">Micro metre per Newton</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/MicroM-PER-N>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Micro metres measured per Newton"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/conversionOffset> 0.0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearCompressibility> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Micro metres measured per Newton" ;
<http://qudt.org/schema/qudt/symbol> "µJ/N" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Micro meter per Newton"@en-us ;
rdfs:label "Micro metre per Newton"@en ;
rdfs:label "Mikrometer pro Newton"@de ;
.
{"resource":"Micro metre per Newton"
,"qname":"unit:MicroM-PER-N"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM-PER-N"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion offset":"0.0"
,"description":"Micro metres measured per Newton"
,"description (plain text)":"Micro metres measured per Newton"
,"has dimension vector":"dimension:A0E0L0I0M-1H0T2D0"
,"has quantity kind":"quantitykind:LinearCompressibility"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Micro meter per Newton"
,"label":"Micro metre per Newton"
,"label":"Mikrometer pro Newton"
,"symbol":"µJ\/N"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM-PER-N",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Micro metres measured per Newton",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionOffset" : "0.0",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearCompressibility",
"plainTextDescription" : "Micro metres measured per Newton",
"symbol" : "µJ/N",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Micro meter per Newton"
}, {
"@language" : "de",
"@value" : "Mikrometer pro Newton"
}, {
"@language" : "en",
"@value" : "Micro metre per Newton"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"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"
},
"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#"
}
}