@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/frail_elderly>
  skos:prefLabel "frail elderly"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/aged> .

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

<https://concepts.sagepub.com/social-science/concept/aged,_80_and_over>
  skos:prefLabel "aged, 80 and over"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/aged> .

<https://concepts.sagepub.com/social-science/concept/aged>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/frail_elderly>, <https://concepts.sagepub.com/social-science/concept/aged,_80_and_over> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D000368.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/adults> ;
  skos:prefLabel "aged"@en ;
  a skos:Concept .

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

