@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/P65> a skos:Concept ;
    skos:definition "Derived SI unit sievert divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/SV-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P65" ;
    skos:prefLabel "sievert per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "Sv.s-1" ;
    unece:unitSymbol "Sv/s" .

