@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:hs-commodity a skos:ConceptScheme ;
    rdfs:label "Harmonized System (HS)"@en ;
    dcterms:provenance "Proposed Vocab addition; external-reference code list; maintained by its owner, not held locally."@en ;
    rdfs:seeAlso <https://www.wcoomd.org/en/topics/nomenclature/instrument-and-tools/hs-nomenclature-2022-edition.aspx> ;
    skos:definition "The WCO Harmonized Commodity Description and Coding System (HS): the authoritative international commodity classification, maintained by the World Customs Organization. An external-reference list; bind the concrete HS codes downstream."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

