@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/M10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-YD3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M10" ;
    skos:prefLabel "reciprocal cubic yard"@en ;
    unece:conversionMultiplier 1.307951 ;
    unece:dimensionVector "L-3" ;
    unece:rec20Quantity "volumic number of molecules (or particles), number density of molecules  (or particles), molecular concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "[cyd_i]-1" ;
    unece:unitSymbol "1/yd³" .

