@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/KNM> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KNM" ;
    skos:prefLabel "kilonewton per square metre"@en ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "KN/m2" .

