@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/SEC> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "SEC" ;
    skos:prefLabel "second [unit of time]"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "mean life, half life"@en,
        "period, periodic time"@en,
        "reactor time constant"@en,
        "relaxation time, carrier life time"@en,
        "reverberation time"@en,
        "time"@en,
        "time constant, relaxation time"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Atomic and Nuclear Physics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Solid State Physics"@en,
        "Space and Time"@en ;
    unece:ucumCode "s" ;
    unece:unitSymbol "s" .

