@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/N16> a skos:Concept ;
    skos:definition "Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 32°F with a height of 1 inch."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN_HG_32DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N16" ;
    skos:prefLabel "inch of mercury (32 ºF)"@en ;
    unece:dimensionVector "L-1 M1 T-2" ;
    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 "inHG (32 ºF)" .

