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

<https://test.uncefact.org/vocabulary/performance-metrics/pesticide-residue-level> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/food-safety-and-quality> ;
    skos:definition "Concentration of a specified pesticide residue in food, measured against the applicable maximum residue limit, in milligrams per kilogram."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "10.03" ;
    skos:prefLabel "Pesticide Residue Level"@en ;
    skos:scopeNote "Codex Maximum Residue Limits for Pesticides (CX/MRL); EU Regulation (EC) 396/2005."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/maximum> ;
    unece:allowedUnit "MK" ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

