@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/M44> a skos:Concept ;
    skos:definition "Unit to identify an angle of the full circle of 360° or 2·p·rad (Refer ISO/TC12 SI Guide)."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/REV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M44" ;
    skos:prefLabel "revolution"@en ;
    unece:conversionMultiplier 6.28318531 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "angle (plane)"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "rev" .

