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

<https://test.uncefact.org/vocabulary/product-status/repaired> a skos:Concept ;
    skos:definition "Product has been repaired or refurbished to restore functionality and returned to service. Equivalent to GS1 CBV Disp-available (after a repairing step)."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "repaired" ;
    skos:prefLabel "Repaired"@en .

