@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/food>
  skos:prefLabel "food"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/dietary_supplements> .

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

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

<https://concepts.sagepub.com/social-science/concept/yeast,_dried>
  skos:prefLabel "yeast, dried"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/dietary_supplements> .

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

<https://concepts.sagepub.com/social-science/concept/dietary_supplements>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/yeast,_dried>, <https://concepts.sagepub.com/social-science/concept/synbiotics>, <https://concepts.sagepub.com/social-science/concept/probiotics>, <https://concepts.sagepub.com/social-science/concept/prebiotics> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D019587.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/food> ;
  skos:prefLabel "dietary supplements"@en ;
  a skos:Concept .

<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/dietary_supplements> .

