@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

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

