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

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

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

<https://concepts.sagepub.com/social-science/concept/age_groups>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/infants>, <https://concepts.sagepub.com/social-science/concept/adults>, <https://concepts.sagepub.com/social-science/concept/children_(age_group)>, <https://concepts.sagepub.com/social-science/concept/children>, <https://concepts.sagepub.com/social-science/concept/adolescence>, <https://concepts.sagepub.com/social-science/concept/young_people> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/persons> ;
  skos:definition "Among many African peoples, members of the society are grouped according to age. Although the practice is not universal, it is widespread throughout the continent and impacts the social and religious attitudes of the people. [Source: <a href=\"https://sk.sagepub.com/reference/africanreligion/n11.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of African Religion; Age Groups</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D009273.html> ;
  skos:prefLabel "age groups"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/young_people>
  skos:prefLabel "young people"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/age_groups> .

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

<https://concepts.sagepub.com/social-science/concept/children_(age_group)>
  skos:prefLabel "children (age group)"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/age_groups> .

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

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

