@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/retirement>
  skos:prefLabel "retirement"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/retirement_systems> .

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

<https://concepts.sagepub.com/social-science/concept/retirement_benefits>
  skos:prefLabel "retirement benefits"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/retirement_systems> .

<https://concepts.sagepub.com/social-science/concept/retirement_systems>
  skos:definition "Issues of retirement and old age affect societies globally. In pre-industrialized societies, expected lifetimes were much shorter than they are today, and the elderly lived in multigenerational families with their children and grandchildren. [Source: <a href=\"https://sk.sagepub.com/reference/globalstudies/n461.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Studies; Retirement Systems</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/retirement_benefits> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/retirement> ;
  skos:prefLabel "retirement systems"@en ;
  a skos:Concept .

