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

<https://concepts.sagepub.com/social-science/concept/teeth>
  skos:definition "Small, calcified structures found in the jaws of many vertebrates and used to break down food. Teeth are complex in structure, consisting of three distinct substances of differing hardness: enamel, dentine and cement. [Source: <a href=\"https://sk.sagepub.com/reference/dictionaryenvirochange/n3839.i1.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environmental Change; teeth</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/dentine>, <https://concepts.sagepub.com/social-science/concept/dental_pulp>, <https://concepts.sagepub.com/social-science/concept/dental_enamel> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mouth> ;
  skos:prefLabel "teeth"@en ;
  a skos:Concept .

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

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

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

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

