@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://test.uncefact.org/vocabulary/unit-of-measure/MTZ> a skos:Concept ;
    skos:definition "A unit of frequency equal to 0.001 cycle per second"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliHZ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MTZ" ;
    skos:prefLabel "millihertz"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:unitSymbol "mHz" .

