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

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

<https://concepts.sagepub.com/social-science/concept/academic_medical_centers>
  skos:prefLabel "academic medical centers"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/teaching_hospitals> .

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

<https://concepts.sagepub.com/social-science/concept/teaching_hospitals>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/university_hospitals>, <https://concepts.sagepub.com/social-science/concept/dental_teaching_hospitals> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D006784.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hospitals>, <https://concepts.sagepub.com/social-science/concept/academic_medical_centers> ;
  skos:prefLabel "teaching hospitals"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/dental_teaching_hospitals>
  skos:prefLabel "dental teaching hospitals"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/teaching_hospitals> .

