@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/C51> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NP-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C51" ;
    skos:prefLabel "neper per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "damping coefficient"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Periodic and related phenomena"@en ;
    unece:ucumCode "Np.s-1" ;
    unece:unitSymbol "Np/s" .

