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

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

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

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

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

<https://concepts.sagepub.com/social-science/concept/mouth>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/tongue>, <https://concepts.sagepub.com/social-science/concept/teeth>, <https://concepts.sagepub.com/social-science/concept/periodontium>, <https://concepts.sagepub.com/social-science/concept/palate>, <https://concepts.sagepub.com/social-science/concept/lips> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/stomatognathic_system> ;
  skos:prefLabel "mouth"@en ;
  a skos:Concept .

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

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

