<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/MIL_Length">
<j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">One thousandth of an inch</j.1:description>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Distance"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2.54E-5</j.0:conversionMultiplierSN>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.8/vocab/unit"/>
<rdfs:label>Mil</rdfs:label>
<rdfs:label xml:lang="en">Mil</rdfs:label>
<j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
<j.0:scalingOf rdf:resource="http://qudt.org/vocab/unit/IN"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0000254</j.0:conversionMultiplier>
</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/MIL_Length>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "One thousandth of an inch"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000254 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.54E-5 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Distance> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/IN> ;
rdfs:isDefinedBy <http://qudt.org/3.1.8/vocab/unit> ;
rdfs:label "Mil" ;
rdfs:label "Mil"@en ;
.
{"resource":"Mil"
,"qname":"unit:MIL_Length"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MIL_Length"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000254"
,"conversion multiplier scientific":"2.54E-5"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"One thousandth of an inch"
,"has dimension vector":"dimension:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Distance"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.8\/vocab\/unit>"
,"label":"Mil"
,"label":"Mil"
,"scalingOf":"unit:IN"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MIL_Length",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "One thousandth of an inch",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0000254",
"conversionMultiplier:SN" : 2.54E-5,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Distance",
"scalingOf" : "http://qudt.org/vocab/unit/IN",
"isDefinedBy" : "http://qudt.org/3.1.8/vocab/unit",
"label" : [ "Mil", {
"@language" : "en",
"@value" : "Mil"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"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#"
}
}