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

<https://test.uncefact.org/vocabulary/performance-metrics/product-durability-index> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/waste-and-circularity> ;
    skos:definition "Expected useful life of a product under normal conditions of use, expressed in years or cycles as applicable."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "04.08" ;
    skos:prefLabel "Product Durability Index"@en ;
    skos:scopeNote "EU ESPR Art. 5 – Durability requirements; ESRS E5."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/average> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/ANN> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

