@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/M49> a skos:Concept ;
    skos:definition "Unit of the length according the Anglo-American system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CHAIN_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M49" ;
    skos:prefLabel "chain (based on U.S. survey foot)"@en ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "ch (US survey)" .

