@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/H52> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciB-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H52" ;
    skos:prefLabel "decibel per metre"@en ;
    unece:dimensionVector "L-1" ;
    unece:rec20Quantity "sound pressure level, sound power level"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "dB.m-1" ;
    unece:unitSymbol "dB/m" .

