@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:isic a skos:ConceptScheme ;
    rdfs:label "ISIC (International Standard Industrial Classification)"@en ;
    dcterms:provenance "Proposed Vocab addition; external-reference code list; maintained by its owner, not held locally."@en ;
    rdfs:seeAlso <https://unstats.un.org/unsd/classifications/Econ/isic> ;
    skos:definition "The UN International Standard Industrial Classification of All Economic Activities (ISIC), maintained by the UN Statistics Division. An external-reference list; bind the concrete ISIC codes downstream."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

