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

<https://test.uncefact.org/vocabulary/performance-metrics/allergen-presence> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/food-safety-and-quality> ;
    skos:definition "Declared presence or measured concentration of a specified allergen in a food product, supporting consumer safety and regulatory labelling requirements."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "10.07" ;
    skos:prefLabel "Allergen Presence"@en ;
    skos:scopeNote "Codex CXS 1-1985 (allergen labelling); EU Regulation (EU) 1169/2011 Annex II; Codex CXA 4-1989 (allergen classification)."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/maximum> ;
    unece:allowedUnit "MK" ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

