@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 ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix untp: <https://test.uncefact.org/vocabulary/untp/> .

<https://test.uncefact.org/vocabulary/registry-type/accreditation> a skos:Concept ;
    skos:definition "A register of accredited conformity assessment bodies, maintained by a national or regional accreditation authority."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "accreditation" ;
    skos:prefLabel "Accreditation"@en .

<https://test.uncefact.org/vocabulary/registry-type/business> a skos:Concept ;
    skos:definition "A register of business entities or legal persons, such as a national company register, VAT register, or LEI registry."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "business" ;
    skos:prefLabel "Business"@en .

<https://test.uncefact.org/vocabulary/registry-type/facility> a skos:Concept ;
    skos:definition "A register of facilities or sites, such as a mining cadastre, environmental permit register, or industrial facility directory."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "facility" ;
    skos:prefLabel "Facility"@en .

<https://test.uncefact.org/vocabulary/registry-type/land> a skos:Concept ;
    skos:definition "A register of land titles, parcels, or cadastral boundaries, such as a national land registry or territorial cadastre."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "land" ;
    skos:prefLabel "Land"@en .

<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 .

<https://test.uncefact.org/vocabulary/registry-type/trademark> a skos:Concept ;
    skos:definition "A register of trademarks, certification marks, or other intellectual property identifiers maintained by a national or international IP office."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "trademark" ;
    skos:prefLabel "Trademark"@en .

unece:registry-type a skos:ConceptScheme ;
    rdfs:label "Registry Type"@en ;
    dcterms:source untp:RegistryType ;
    skos:definition "Registry Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

