@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/tooth_extraction>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/serial_extraction> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D014081.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/oral_surgical_procedures>, <https://concepts.sagepub.com/social-science/concept/dental_techniques> ;
  skos:prefLabel "tooth extraction"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/serial_extraction>
  skos:prefLabel "serial extraction"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/tooth_extraction> .

<https://concepts.sagepub.com/social-science/concept/oral_surgical_procedures>
  skos:prefLabel "oral surgical procedures"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/tooth_extraction> .

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

<https://concepts.sagepub.com/social-science/concept/dental_techniques>
  skos:prefLabel "dental techniques"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/tooth_extraction> .

