@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/H69> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoPA-PER-KiloM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H69" ;
    skos:prefLabel "picopascal per kilometre"@en ;
    unece:conversionMultiplier 1e-15 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "pPa.km-1" ;
    unece:unitSymbol "pPa/km" .

