@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/M70> a skos:Concept ;
    skos:definition "Traditional unit of the cargo capacity."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Register> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M70" ;
    skos:prefLabel "ton, register"@en ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "RT" .

