@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/nephrology> .

<https://concepts.sagepub.com/social-science/concept/internal_medicine>
  skos:prefLabel "internal medicine"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/nephrology> .

<https://concepts.sagepub.com/social-science/concept/nephrology>
  skos:definition "The word nephrology is Greek for “the study of the kidney.” The word kidney is synonymous with “renal” as well as “nephro” and the three terms are commonly interchanged. Nephrology is the branch of internal medicine that focuses on the structure and function of the kidneys—both healthy and sick. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n857.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Nephrology</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D009398.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/internal_medicine>, <https://concepts.sagepub.com/social-science/concept/health_sciences> ;
  skos:prefLabel "nephrology"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/health_sciences>
  skos:prefLabel "health sciences"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/nephrology> .

