@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/physiological_functions>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/pulmonary_function>, <https://concepts.sagepub.com/social-science/concept/kidney_functions> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physiology> ;
  skos:prefLabel "physiological functions"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/pulmonary_function>
  skos:prefLabel "pulmonary function"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physiological_functions> .

<https://concepts.sagepub.com/social-science/concept/kidney_functions>
  skos:prefLabel "kidney functions"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physiological_functions> .

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

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

