@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/M82> a skos:Concept ;
    skos:definition "Power of the SI base unit metre with the exponent 2 divided by the SI base unit second and the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-PER-SEC-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M82" ;
    skos:prefLabel "square metre per second pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L3 M-1 T1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m2.s-1.Pa-1" ;
    unece:unitSymbol "(m²/s)/Pa" .

