@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/N14> a skos:Concept ;
    skos:definition "Non SI-conforming unit of pressure, at which a value of 1 cmH2O meets the static pressure, which is generated by a head of water at a temperature of 4 °C with a height of 1 centimetre ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM_H2O_4DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N14" ;
    skos:prefLabel "centimetre of water (4 ºC)"@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 "cmH₂O (4 °C)" .

