@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://vocab.uncece-test.workers.dev/> .

<https://vocab.uncece-test.workers.dev/registry-type/product> a skos:Concept ;
    skos:definition "A register of products or product classes, such as a national product catalogue or a GS1 GTIN registry."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "product" ;
    skos:prefLabel "Product"@en .

