@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix unece-mod: <https://test.uncefact.org/vocabulary/module/> .

unece:termStatus a owl:AnnotationProperty ;
    rdfs:label "term status"@en ;
    rdfs:comment "Governance lifecycle state of a term; value from the term-status scheme (proposed → active → deprecated → retired)."@en ;
    rdfs:isDefinedBy unece-mod:core .

