@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

<http://qudt.org/vocab/unit/Megahertz-KiloM>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/3.0.0/vocab/unit> ;
        rdfs:label        "megahertz kilometre" ;
        <http://purl.org/dc/terms/description>
                "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/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/Unknown> ;
        <http://qudt.org/schema/qudt/iec61360Code>
                "0112/2///62720#UAD911" ;
        <http://qudt.org/schema/qudt/informativeReference>
                "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD911"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/symbol>
                "MHz·km" ;
        <http://qudt.org/schema/qudt/uneceCommonCode>
                "H39" .
