@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/sealing-party-role-code-list/AA> a skos:Concept ;
    skos:inScheme unece:sealing-party-role-code-list ;
    skos:notation "AA" ;
    skos:prefLabel "Consolidator"@en .

<https://test.uncefact.org/vocabulary/sealing-party-role-code-list/AB> a skos:Concept ;
    skos:inScheme unece:sealing-party-role-code-list ;
    skos:notation "AB" ;
    skos:prefLabel "Unknown"@en .

<https://test.uncefact.org/vocabulary/sealing-party-role-code-list/AC> a skos:Concept ;
    skos:inScheme unece:sealing-party-role-code-list ;
    skos:notation "AC" ;
    skos:prefLabel "Quarantine agency"@en .

<https://test.uncefact.org/vocabulary/sealing-party-role-code-list/CA> a skos:Concept ;
    skos:inScheme unece:sealing-party-role-code-list ;
    skos:notation "CA" ;
    skos:prefLabel "Carrier"@en .

<https://test.uncefact.org/vocabulary/sealing-party-role-code-list/CU> a skos:Concept ;
    skos:inScheme unece:sealing-party-role-code-list ;
    skos:notation "CU" ;
    skos:prefLabel "Customs"@en .

<https://test.uncefact.org/vocabulary/sealing-party-role-code-list/SH> a skos:Concept ;
    skos:inScheme unece:sealing-party-role-code-list ;
    skos:notation "SH" ;
    skos:prefLabel "Shipper"@en .

<https://test.uncefact.org/vocabulary/sealing-party-role-code-list/TO> a skos:Concept ;
    skos:inScheme unece:sealing-party-role-code-list ;
    skos:notation "TO" ;
    skos:prefLabel "Terminal operator"@en .

unece:sealing-party-role-code-list a skos:ConceptScheme ;
    rdfs:label "Sealing Party Role"@en ;
    dcterms:source unece:SealingPartyRoleCodeList ;
    skos:definition "Sealing Party Role UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

