@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:codeListScope a owl:AnnotationProperty ;
    rdfs:label "code list scope"@en ;
    rdfs:comment "Presentation classification of a code list: shared (cross-cutting reference data), domain (domain-scoped), or governance (vocabulary machinery); value from the code-list-scope scheme. Navigation only — it does not affect semantics or the value domain of any property."@en ;
    rdfs:isDefinedBy unece-mod:core .

