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

<https://test.uncefact.org/vocabulary/performance-metrics/nutritional-content> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/food-safety-and-quality> ;
    skos:definition "Amount of a specified nutrient (energy, protein, fat, carbohydrate, sugar, sodium, fibre, vitamins, minerals) per standard serving or per 100 grams of food."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "10.06" ;
    skos:prefLabel "Nutritional Content"@en ;
    skos:scopeNote "Codex CXS 1-1985 (General Standard for Labelling); Codex CXG 2-1985 (Nutrition Labelling Guidelines); EU Regulation (EU) 1169/2011."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/average> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/GRM> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/context-dependent> .

