@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/oral_diagnosis> .

<https://concepts.sagepub.com/social-science/concept/dental_photography>
  skos:prefLabel "dental photography"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/oral_diagnosis> .

<https://concepts.sagepub.com/social-science/concept/oral_diagnosis>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/dental_radiography>, <https://concepts.sagepub.com/social-science/concept/dental_pulp_test>, <https://concepts.sagepub.com/social-science/concept/dental_photography>, <https://concepts.sagepub.com/social-science/concept/dental_caries_activity_tests> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D003945.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/dentistry> ;
  skos:prefLabel "oral diagnosis"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/dental_caries_activity_tests>
  skos:prefLabel "dental caries activity tests"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/oral_diagnosis> .

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

<https://concepts.sagepub.com/social-science/concept/dental_radiography>
  skos:prefLabel "dental radiography"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/oral_diagnosis> .

