@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/2N> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2N" ;
    skos:prefLabel "decibel"@en ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "level of a field quantity, level of a power quantity"@en,
        "sound pressure level, sound power level"@en,
        "sound reduction index"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Periodic and related phenomena"@en ;
    unece:ucumCode "dB" ;
    unece:unitSymbol "dB" .

