@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/P52> a skos:Concept ;
    skos:definition "SI base unit mol divided by the product of the power from the SI base unit metre with exponent 3 and the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-M3-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P52" ;
    skos:prefLabel "mol per cubic metre pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N1 L-2 M-1 T2" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.m-3.Pa-1" ;
    unece:unitSymbol "(mol/m³)/Pa" .

