@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/P43> a skos:Concept ;
    skos:definition "Unit bel divided by the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/B-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P43" ;
    skos:prefLabel "bel per metre"@en ;
    unece:dimensionVector "L-1" ;
    unece:rec20Quantity "sound pressure level, sound power level"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "B.m-1" ;
    unece:unitSymbol "B/m" .

