@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/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 .

