@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

ts:active a skos:Concept ;
    skos:closeMatch <http://www.w3.org/2003/06/sw-vocab-status/ns#stable> ;
    skos:definition "Ratified and in normative use."@en ;
    skos:inScheme unece:term-status ;
    skos:notation "active" ;
    skos:prefLabel "active"@en .

