@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:retired a skos:Concept ;
    skos:definition "Withdrawn from use but never deleted — the URI resolves forever so historic credentials stay verifiable."@en ;
    skos:inScheme unece:term-status ;
    skos:notation "retired" ;
    skos:prefLabel "retired"@en .

