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

<https://test.uncefact.org/vocabulary/party-type-code-list/BRA> a skos:Concept ;
    skos:inScheme unece:party-type-code-list ;
    skos:notation "BRA" ;
    skos:prefLabel "Branch"@en .

<https://test.uncefact.org/vocabulary/party-type-code-list/DEP> a skos:Concept ;
    skos:inScheme unece:party-type-code-list ;
    skos:notation "DEP" ;
    skos:prefLabel "Department"@en .

<https://test.uncefact.org/vocabulary/party-type-code-list/DIR> a skos:Concept ;
    skos:inScheme unece:party-type-code-list ;
    skos:notation "DIR" ;
    skos:prefLabel "Direction"@en .

<https://test.uncefact.org/vocabulary/party-type-code-list/SEC> a skos:Concept ;
    skos:inScheme unece:party-type-code-list ;
    skos:notation "SEC" ;
    skos:prefLabel "Section"@en .

<https://test.uncefact.org/vocabulary/party-type-code-list/SER> a skos:Concept ;
    skos:inScheme unece:party-type-code-list ;
    skos:notation "SER" ;
    skos:prefLabel "Service"@en .

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

