@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/N15> 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 ftH2O is equivalent to the static pressure, which is generated by a head of water at a temperature 39,2°F with a height of 1 foot ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT_H2O_39dot2DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N15" ;
    skos:prefLabel "foot of water (39.2 º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 "ftH₂O (39,2 ºF)" .

