@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/M86> a skos:Concept ;
    skos:definition "Outdated unit of the mass used in Germany."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PFUND> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M86" ;
    skos:prefLabel "pfund"@en ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "pfd" .

