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

<https://test.uncefact.org/vocabulary/performance-metrics/veterinary-drug-residue-level> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/food-safety-and-quality> ;
    skos:definition "Concentration of a specified veterinary drug residue in animal-derived food, measured against the applicable maximum residue limit, in micrograms per kilogram."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "10.04" ;
    skos:prefLabel "Veterinary Drug Residue Level"@en ;
    skos:scopeNote "Codex Maximum Residue Limits for Veterinary Drugs (CX/MRL); EU Regulation (EU) 37/2010."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/maximum> ;
    unece:allowedUnit "MK" ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

