@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/> .
@prefix untp: <https://test.uncefact.org/vocabulary/untp/> .

<https://test.uncefact.org/vocabulary/product-status/active> a skos:Concept ;
    skos:definition "Product is in active service or use by the end customer or a downstream manufacturer. Equivalent to GS1 CBV Disp-retail_sold."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "active" ;
    skos:prefLabel "Active"@en .

<https://test.uncefact.org/vocabulary/product-status/consumed> a skos:Concept ;
    skos:definition "Product has been consumed as an input to a manufacturing process and no longer exists as a separate item. No direct GS1 CBV equivalent."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "consumed" ;
    skos:prefLabel "Consumed"@en .

<https://test.uncefact.org/vocabulary/product-status/disposed> a skos:Concept ;
    skos:definition "Product has reached end of life and has been disposed of or destroyed without material recovery. Equivalent to GS1 CBV Disp-disposed and Disp-destroyed."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "disposed" ;
    skos:prefLabel "Disposed"@en .

<https://test.uncefact.org/vocabulary/product-status/expired> a skos:Concept ;
    skos:definition "Product has passed its use-by, certification, or regulatory expiration date. Equivalent to GS1 CBV Disp-expired."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "expired" ;
    skos:prefLabel "Expired"@en .

<https://test.uncefact.org/vocabulary/product-status/inTransit> a skos:Concept ;
    skos:definition "Product has been shipped and is in transit between facilities. Equivalent to GS1 CBV Disp-in_transit."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "inTransit" ;
    skos:prefLabel "In Transit"@en .

<https://test.uncefact.org/vocabulary/product-status/new> a skos:Concept ;
    skos:definition "Product has been newly manufactured or produced and has not yet entered service. Equivalent to GS1 CBV Disp-active."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "new" ;
    skos:prefLabel "New"@en .

<https://test.uncefact.org/vocabulary/product-status/recalled> a skos:Concept ;
    skos:definition "Product has been withdrawn from the market or service due to a safety, quality, or compliance issue. Equivalent to GS1 CBV Disp-recalled."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "recalled" ;
    skos:prefLabel "Recalled"@en .

<https://test.uncefact.org/vocabulary/product-status/recycled> a skos:Concept ;
    skos:definition "Product has been processed to recover constituent materials for reuse in new products. No direct GS1 CBV equivalent."@en ;
    skos:inScheme unece:product-status ;
    skos:notation "recycled" ;
    skos:prefLabel "Recycled"@en .

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

unece:product-status a skos:ConceptScheme ;
    rdfs:label "Product Status"@en ;
    dcterms:source untp:ProductStatus ;
    skos:definition "Product Status UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

