@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/N22> a skos:Concept ;
    skos:definition "Unit of the surface specific mass (avoirdupois ounce according to the avoirdupois system of units according to the surface square inch according to the Anglo-American and Imperial system of units)."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-PER-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N22" ;
    skos:prefLabel "ounce (avoirdupois) per square inch"@en ;
    unece:conversionMultiplier 43.94184872744746 ;
    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 "[oz_av].[in_i]-2" ;
    unece:unitSymbol "oz/in²" .

