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

<https://test.uncefact.org/vocabulary/performance-metrics/shelf-life-duration> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/food-safety-and-quality> ;
    skos:definition "Expected period during which a food product maintains safety and quality under stated storage conditions, in days."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "10.08" ;
    skos:prefLabel "Shelf Life Duration"@en ;
    skos:scopeNote "Codex General Principles of Food Hygiene (CXC 1-1969); EU Regulation (EU) 1169/2011 (date marking); ISO 22000."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/minimum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/DAY> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

