@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/P69> a skos:Concept ;
    skos:definition "Unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem/s = 0,01 J/(kg·s) = 1 Sv/s."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/REM-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P69" ;
    skos:prefLabel "rem per second"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "REM.s-1" ;
    unece:unitSymbol "rem/s" .

