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

<https://test.uncefact.org/vocabulary/performance-metrics/microbiological-count> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/food-safety-and-quality> ;
    skos:definition "Colony-forming units of a specified microorganism per unit of food, measuring microbiological safety and hygiene performance."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "10.01" ;
    skos:prefLabel "Microbiological Count"@en ;
    skos:scopeNote "Codex CAC/GL 21; EU Regulation (EC) 2073/2005 on microbiological criteria for foodstuffs; ISO 4833."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/maximum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/C62> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/lower> .

