@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/M83> a skos:Concept ;
    skos:definition "Traditional unit for the indication of the linear mass of textile fibers and yarns."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M83" ;
    skos:prefLabel "denier"@en ;
    unece:rec20Quantity "linear density, linear mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "den" .

