@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

unece:any-code a skos:ConceptScheme ;
    rdfs:label "Vocab any code"@en ;
    dcterms:provenance "Proposed Vocab addition — abstract open code list; not from BSP/UNTP." ;
    skos:definition "An abstract, open code list: the typed range for a code-carrier property whose concrete code list is a sector-specific implementation choice. It has no fixed members; the actual list (for example HS, ISIC, UNSPSC, or a scheme-specific taxonomy) is bound downstream in a JSON-LD context or a SHACL profile."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

