@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/production> a skos:Collection ;
    rdfs:label "Production party roles"@en ;
    skos:member <https://test.uncefact.org/vocabulary/party-role/manufacturer>,
        <https://test.uncefact.org/vocabulary/party-role/operator>,
        <https://test.uncefact.org/vocabulary/party-role/processor>,
        <https://test.uncefact.org/vocabulary/party-role/producer>,
        <https://test.uncefact.org/vocabulary/party-role/recycler>,
        <https://test.uncefact.org/vocabulary/party-role/remanufacturer>,
        <https://test.uncefact.org/vocabulary/party-role/serviceProvider> .

<https://test.uncefact.org/vocabulary/party-role/operator> a skos:Concept ;
    skos:definition "Party operating a facility or process."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "operator" ;
    skos:prefLabel "Operator"@en .

<https://test.uncefact.org/vocabulary/party-role/processor> a skos:Concept ;
    skos:definition "Party that processes or transforms materials."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "processor" ;
    skos:prefLabel "Processor"@en .

<https://test.uncefact.org/vocabulary/party-role/producer> a skos:Concept ;
    skos:definition "Party that extracts, grows, or produces raw materials."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "producer" ;
    skos:prefLabel "Producer"@en .

<https://test.uncefact.org/vocabulary/party-role/recycler> a skos:Concept ;
    skos:definition "Party that recovers materials from products."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "recycler" ;
    skos:prefLabel "Recycler"@en .

<https://test.uncefact.org/vocabulary/party-role/remanufacturer> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/party-role/manufacturer> ;
    skos:definition "Party that remanufactures or refurbishes products."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "remanufacturer" ;
    skos:prefLabel "Remanufacturer"@en .

<https://test.uncefact.org/vocabulary/party-role/serviceProvider> a skos:Concept ;
    skos:definition "Party providing maintenance or servicing."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "serviceProvider" ;
    skos:prefLabel "Service Provider"@en .

<https://test.uncefact.org/vocabulary/party-role/manufacturer> a skos:Concept ;
    skos:definition "Party that manufactures or assembles the product."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "manufacturer" ;
    skos:prefLabel "Manufacturer"@en .

