@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/P83> a skos:Concept ;
    skos:definition "Outdated unit of the pressure divided by the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/ATM-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P83" ;
    skos:prefLabel "standard atmosphere per metre"@en ;
    unece:conversionMultiplier 101325.0 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "atm.m-1" ;
    unece:unitSymbol "Atm/m" .

