@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/faculty>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/nursing_faculty>, <https://concepts.sagepub.com/social-science/concept/medical_faculty>, <https://concepts.sagepub.com/social-science/concept/faculty,_dental>, <https://concepts.sagepub.com/social-science/concept/dental_faculty>, <https://concepts.sagepub.com/social-science/concept/adjunct_faculty> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D005178.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/occupational_groups> ;
  skos:prefLabel "faculty"@en ;
  a skos:Concept .

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

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

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

<https://concepts.sagepub.com/social-science/concept/faculty,_dental>
  skos:prefLabel "faculty, dental"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/faculty> .

<https://concepts.sagepub.com/social-science/concept/occupational_groups>
  skos:prefLabel "occupational groups"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/faculty> .

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

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

