@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:proposed a skos:Concept ;
    skos:closeMatch <http://www.w3.org/2003/06/sw-vocab-status/ns#unstable> ;
    skos:definition "Introduced via a DMR/MR; under review, not ratified."@en ;
    skos:inScheme unece:term-status ;
    skos:notation "proposed" ;
    skos:prefLabel "proposed"@en .

