<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-CentiM">
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Resistivity"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.1:description xml:lang="en">product of the SI derived unit ohm and the 0.01-fold of the SI base unit metre</j.1:description>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.01</j.0:conversionMultiplier>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-2</j.0:conversionMultiplierSN>
<rdfs:label xml:lang="en">Ohm Centimetre</rdfs:label>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">Ohm.cm</j.0:ucumCode>
<j.0:iec61360Code>0112/2///62720#UAB090</j.0:iec61360Code>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:uneceCommonCode>C60</j.0:uneceCommonCode>
<rdfs:label xml:lang="en-US">Ohm Centimeter</rdfs:label>
<j.0:symbol>Ω·cm</j.0:symbol>
</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-CentiM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "product of the SI derived unit ohm and the 0.01-fold of the SI base unit metre"@en ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB090" ;
<http://qudt.org/schema/qudt/symbol> "Ω·cm" ;
<http://qudt.org/schema/qudt/ucumCode> "Ohm.cm"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C60" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Ohm Centimeter"@en-US ;
rdfs:label "Ohm Centimetre"@en ;
.
{"resource":"Ohm Centimetre"
,"qname":"unit:OHM-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM-CentiM"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"product of the SI derived unit ohm and the 0.01-fold of the SI base unit metre"
,"has dimension vector":"dimension:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistivity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB090"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Ohm Centimeter"
,"label":"Ohm Centimetre"
,"symbol":"Ω·cm"
,"type":"qudt:Unit"
,"ucum code":"Ohm.cm"
,"unece common code":"C60"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "product of the SI derived unit ohm and the 0.01-fold of the SI base unit metre"
},
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistivity",
"iec61360Code" : "0112/2///62720#UAB090",
"symbol" : "Ω·cm",
"ucumCode" : "Ohm.cm",
"uneceCommonCode" : "C60",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Ohm Centimetre"
}, {
"@language" : "en-us",
"@value" : "Ohm Centimeter"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"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"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"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#"
}
}