@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/party-role/collection/regulatory> a skos:Collection ;
    rdfs:label "Regulatory party roles"@en ;
    skos:member <https://test.uncefact.org/vocabulary/party-role/certifier>,
        <https://test.uncefact.org/vocabulary/party-role/competentAuthority>,
        <https://test.uncefact.org/vocabulary/party-role/customsAuthority>,
        <https://test.uncefact.org/vocabulary/party-role/customsBroker>,
        <https://test.uncefact.org/vocabulary/party-role/declarant>,
        <https://test.uncefact.org/vocabulary/party-role/exporter>,
        <https://test.uncefact.org/vocabulary/party-role/importer>,
        <https://test.uncefact.org/vocabulary/party-role/inspector>,
        <https://test.uncefact.org/vocabulary/party-role/regulator> .

<https://test.uncefact.org/vocabulary/party-role/certifier> a skos:Concept ;
    skos:definition "Party issuing certification or conformity assessment."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "certifier" ;
    skos:prefLabel "Certifier"@en .

<https://test.uncefact.org/vocabulary/party-role/customsAuthority> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/party-role/competentAuthority> ;
    skos:definition "Government customs authority."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "customsAuthority" ;
    skos:prefLabel "Customs Authority"@en .

<https://test.uncefact.org/vocabulary/party-role/customsBroker> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/party-role/agent> ;
    skos:definition "Party acting as agent for customs formalities."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "customsBroker" ;
    skos:prefLabel "Customs Broker"@en .

<https://test.uncefact.org/vocabulary/party-role/declarant> a skos:Concept ;
    skos:definition "Party lodging a customs declaration."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "declarant" ;
    skos:prefLabel "Declarant"@en .

<https://test.uncefact.org/vocabulary/party-role/exporter> a skos:Concept ;
    skos:definition "Party exporting the goods from a jurisdiction."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "exporter" ;
    skos:prefLabel "Exporter"@en .

<https://test.uncefact.org/vocabulary/party-role/importer> a skos:Concept ;
    skos:definition "Party importing the goods into a jurisdiction."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "importer" ;
    skos:prefLabel "Importer"@en .

<https://test.uncefact.org/vocabulary/party-role/inspector> a skos:Concept ;
    skos:definition "Party performing inspection or testing."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "inspector" ;
    skos:prefLabel "Inspector"@en .

<https://test.uncefact.org/vocabulary/party-role/competentAuthority> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/party-role/regulator> ;
    skos:definition "Government authority with jurisdiction over a matter."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "competentAuthority" ;
    skos:prefLabel "Competent Authority"@en .

<https://test.uncefact.org/vocabulary/party-role/regulator> a skos:Concept ;
    skos:definition "Authority responsible for regulatory oversight."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "regulator" ;
    skos:prefLabel "Regulator"@en .

