@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/2A> a skos:Concept ;
    skos:definition "Refer ISO/TC12 SI Guide"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/RAD-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2A" ;
    skos:prefLabel "radian per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "Debye angular frequency"@en,
        "angular frequency, pulsatance"@en,
        "angular velocity"@en,
        "circular frequency"@en,
        "nuclear precession, cyclotron angular frequency"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Atomic and Nuclear Physics"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Periodic and related phenomena"@en,
        "Solid State Physics"@en,
        "Space and Time"@en ;
    unece:ucumCode "rad.s-1" ;
    unece:unitSymbol "rad/s" .

