<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/OHM-PER-MI">
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0"/>
<j.0:iec61360Code>0112/2///62720#UAA022</j.0:iec61360Code>
<j.1:description>unit ohm divided by the unit mile according to the Anglo-American system of units</j.1:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0006213712</j.0:conversionMultiplier>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">Ohm.[mi_i]-1</j.0:ucumCode>
<j.0:symbol>Ω/mi</j.0:symbol>
<j.0:uneceCommonCode>F55</j.0:uneceCommonCode>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">Ohm/[mi_i]</j.0:ucumCode>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">6.213712E-4</j.0:conversionMultiplierSN>
<rdfs:label>ohm per mile</rdfs:label>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/LinearResistance"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
</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/OHM-PER-MI>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit ohm divided by the unit mile according to the Anglo-American system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0006213712 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.213712E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearResistance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA022" ;
<http://qudt.org/schema/qudt/symbol> "Ω/mi" ;
<http://qudt.org/schema/qudt/ucumCode> "Ohm.[mi_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "Ohm/[mi_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "F55" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "ohm per mile" ;
.
{"resource":"ohm per mile"
,"qname":"unit:OHM-PER-MI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM-PER-MI"
,"properties":["conversion multiplier":"0.0006213712"
,"conversion multiplier scientific":"6.213712E-4"
,"description":"unit ohm divided by the unit mile according to the Anglo-American system of units"
,"has dimension vector":"dimension:A0E-2L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:LinearResistance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA022"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"ohm per mile"
,"symbol":"Ω\/mi"
,"type":"qudt:Unit"
,"ucum code":"Ohm.[mi_i]-1"
,"ucum code":"Ohm\/[mi_i]"
,"unece common code":"F55"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM-PER-MI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ohm divided by the unit mile according to the Anglo-American system of units",
"conversionMultiplier" : "0.0006213712",
"conversionMultiplier:SN" : 6.213712E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearResistance",
"iec61360Code" : "0112/2///62720#UAA022",
"symbol" : "Ω/mi",
"ucumCode" : [ "Ohm.[mi_i]-1", "Ohm/[mi_i]" ],
"uneceCommonCode" : "F55",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "ohm per mile",
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@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"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"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#"
}
}