@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/appetite>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/appetite_regulation> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D001066.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/psychophysiology>, <https://concepts.sagepub.com/social-science/concept/hunger>, <https://concepts.sagepub.com/social-science/concept/digestive_processes> ;
  skos:prefLabel "appetite"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/appetite_regulation>
  skos:prefLabel "appetite regulation"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/appetite> .

<https://concepts.sagepub.com/social-science/concept/psychophysiology>
  skos:prefLabel "psychophysiology"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/appetite> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/appetite> .

<https://concepts.sagepub.com/social-science/concept/hunger>
  skos:prefLabel "hunger"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/appetite> .

<https://concepts.sagepub.com/social-science/concept/digestive_processes>
  skos:prefLabel "digestive processes"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/appetite> .

