@prefix n9j: <http://data.loterre.fr/ark:/67375/N9J> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

n9j:-concepts
  a isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member n9j:-JCP8PLLL-J .

n9j:-JCP8PLLL-J
  owl:sameAs <https://concepts.sagepub.com/social-science/concept/education_content_areas:_nutrition> ;
  skos:definition "Nutrition is the study of food and how it reacts within the body. It is the connection made between what is eaten and why; how it is digested and stored; and how it affects a person's energy, body type, and health. [Source: Encyclopedia of School Health; Education Content Areas: Nutrition]"@en ;
  a skos:Concept ;
  skos:inScheme n9j: ;
  skos:broader n9j:-PL98W4BP-3 ;
  skos:prefLabel "education content areas: nutrition"@en .

n9j:-PL98W4BP-3
  skos:prefLabel "health education"@en ;
  a skos:Concept ;
  skos:narrower n9j:-JCP8PLLL-J .

n9j: a skos:ConceptScheme .
