@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://test.uncefact.org/vocabulary/unit-of-measure/N25> a skos:Concept ;
    skos:definition "Unit for areal-related mass as a unit pound according to the avoirdupois unit system divided by the power of the unit yard according to the Anglo-American and Imperial system of units with exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-YD2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N25" ;
    skos:prefLabel "pound per square yard"@en ;
    unece:conversionMultiplier 0.5424919595981167 ;
    unece:dimensionVector "L-2 M1" ;
    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:ucumCode "[lb_av].[yd_i]-2" ;
    unece:unitSymbol "lb/yd²" .

