@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/N23> a skos:Concept ;
    skos:definition "Not SI-conforming unit of pressure, whereas a value of 1 mH2O is equivalent to the static pressure, which is produced by one metre high water column ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M_H2O> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N23" ;
    skos:prefLabel "conventional metre of water"@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 "mH₂O" .

