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

<https://concepts.sagepub.com/social-science/concept/dental_bonding>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/self-curing_of_dental_resins>, <https://concepts.sagepub.com/social-science/concept/light-curing_of_dental_adhesives>, <https://concepts.sagepub.com/social-science/concept/cementation> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D001840.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/dentistry> ;
  skos:prefLabel "dental bonding"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/self-curing_of_dental_resins>
  skos:prefLabel "self-curing of dental resins"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/dental_bonding> .

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

<https://concepts.sagepub.com/social-science/concept/light-curing_of_dental_adhesives>
  skos:prefLabel "light-curing of dental adhesives"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/dental_bonding> .

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

