<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
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/MegaHZ-M">
<rdfs:label xml:lang="en">Megahertz Metre</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:uneceCommonCode>H39</j.0:uneceCommonCode>
<j.0:symbol>MHz⋅m</j.0:symbol>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1000000.0</j.0:conversionMultiplier>
<j.0:plainTextDescription>product of the 1 000 000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre</j.0:plainTextDescription>
<j.0:iec61360Code>0112/2///62720#UAA210</j.0:iec61360Code>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Speed"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<rdfs:label xml:lang="en-us">Megahertz Meter</rdfs:label>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">MHz.m</j.0:ucumCode>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0"/>
</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/MegaHZ-M>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA210" ;
<http://qudt.org/schema/qudt/plainTextDescription> "product of the 1 000 000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre" ;
<http://qudt.org/schema/qudt/symbol> "MHz⋅m" ;
<http://qudt.org/schema/qudt/ucumCode> "MHz.m"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "H39" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Megahertz Meter"@en-us ;
rdfs:label "Megahertz Metre"@en ;
.
{"resource":"Megahertz Metre"
,"qname":"unit:MegaHZ-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaHZ-M"
,"properties":["conversion multiplier":"1000000.0"
,"description (plain text)":"product of the 1 000 000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre"
,"has dimension vector":"dimension:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Speed"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA210"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Megahertz Meter"
,"label":"Megahertz Metre"
,"symbol":"MHz⋅m"
,"type":"qudt:Unit"
,"ucum code":"MHz.m"
,"unece common code":"H39"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaHZ-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1000000.0",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Speed",
"iec61360Code" : "0112/2///62720#UAA210",
"plainTextDescription" : "product of the 1 000 000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre",
"symbol" : "MHz⋅m",
"ucumCode" : "MHz.m",
"uneceCommonCode" : "H39",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Megahertz Metre"
}, {
"@language" : "en-us",
"@value" : "Megahertz Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"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"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@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#"
}
}