@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/P42> a skos:Concept ;
    skos:definition "Unit of the set as a product of the power of derived SI unit pascal with exponent 2 and the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA2-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P42" ;
    skos:prefLabel "pascal squared second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 M2 T-3" ;
    unece:rec20Quantity "sound exposure"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "Pa2.s" ;
    unece:unitSymbol "Pa²·s" .

