@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/P62> a skos:Concept ;
    skos:definition "0,001-fold of the derived SI unit gray divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGRAY-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P62" ;
    skos:prefLabel "milligray per hour"@en ;
    unece:conversionMultiplier 2.777778e-07 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "mGy.h-1" ;
    unece:unitSymbol "mGy/h" .

