@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/K49> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-IN3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K49" ;
    skos:prefLabel "reciprocal cubic inch"@en ;
    unece:conversionMultiplier 61023.76 ;
    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 "/[cin_i]" ;
    unece:unitSymbol "1/in³" .

