<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/OERSTED-CentiM">
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Oersted Centimeter" is a C.G.S System unit for 'Magnetomotive Force' expressed as $Oe-cm$.</j.1:description>
<rdfs:label xml:lang="en-US">Oersted Centimeter</rdfs:label>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$Oe-cm$</j.0:expression>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:symbol>Oe·cm</j.0:symbol>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/MagnetomotiveForce"/>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.795774715</j.0:conversionMultiplier>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">Oe.cm</j.0:ucumCode>
<rdfs:label xml:lang="en">Oersted Centimetre</rdfs:label>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">7.95774715E-1</j.0:conversionMultiplierSN>
</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/OERSTED-CentiM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Oersted Centimeter\" is a C.G.S System unit for 'Magnetomotive Force' expressed as $Oe-cm$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.795774715 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.95774715E-1 ;
<http://qudt.org/schema/qudt/expression> "$Oe-cm$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagnetomotiveForce> ;
<http://qudt.org/schema/qudt/symbol> "Oe·cm" ;
<http://qudt.org/schema/qudt/ucumCode> "Oe.cm"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Oersted Centimeter"@en-US ;
rdfs:label "Oersted Centimetre"@en ;
.
{"resource":"Oersted Centimetre"
,"qname":"unit:OERSTED-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OERSTED-CentiM"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.795774715"
,"conversion multiplier scientific":"7.95774715E-1"
,"description":"\"Oersted Centimeter\" is a C.G.S System unit for 'Magnetomotive Force' expressed as $Oe-cm$."
,"expression":"$Oe-cm$"
,"has dimension vector":"dimension:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:MagnetomotiveForce"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Oersted Centimeter"
,"label":"Oersted Centimetre"
,"symbol":"Oe·cm"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Oe.cm"
]}
{
"@id" : "http://qudt.org/vocab/unit/OERSTED-CentiM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Oersted Centimeter\" is a C.G.S System unit for 'Magnetomotive Force' expressed as $Oe-cm$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.795774715",
"conversionMultiplier:SN" : 0.795774715,
"expression" : "$Oe-cm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagnetomotiveForce",
"symbol" : "Oe·cm",
"ucumCode" : "Oe.cm",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Oersted Centimeter"
}, {
"@language" : "en",
"@value" : "Oersted Centimetre"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"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"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"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#"
}
}