@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/A15> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BARN-PER-EV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A15" ;
    skos:prefLabel "barn per electronvolt"@en ;
    unece:conversionMultiplier 6.241509e-10 ;
    unece:dimensionVector "M-1 T2" ;
    unece:rec20Quantity "spectral cross-section"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "b.eV-1" ;
    unece:unitSymbol "b/eV" .

