@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/C87> a skos:Concept ;
    skos:definition "Synonym: reciprocal second per cubic metre"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-M3-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C87" ;
    skos:prefLabel "reciprocal cubic metre per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3 T-1" ;
    unece:rec20Quantity "slowing down density"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "m-3.s-1" ;
    unece:unitSymbol "m⁻³/s" .

