@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/P76> a skos:Concept ;
    skos:definition "0,000 001-fold of the derived SI unit sievert divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroSV-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P76" ;
    skos:prefLabel "microsievert per minute"@en ;
    unece:conversionMultiplier 1.666667e-08 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "uSv.min-1" ;
    unece:unitSymbol "µSv/min" .

