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

<https://test.uncefact.org/vocabulary/unit-of-measure/M43> a skos:Concept ;
    skos:definition "Unit to indicate an angle at military zone, equal to the 6400th part of the full circle of the 360° or 2·p·rad."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M43" ;
    skos:prefLabel "mil"@en ;
    unece:rec20Quantity "angle (plane)"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "mil" .

