@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/P84> a skos:Concept ;
    skos:definition "Obsolete and non-legal unit of the pressure which is generated by a 10 metre water column divided by the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/ATM_T-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P84" ;
    skos:prefLabel "technical atmosphere per metre"@en ;
    unece:conversionMultiplier 98066.5 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "att.m-1" ;
    unece:unitSymbol "at/m" .

