@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:definition "Children ages 0–16 are one of the largest demographic categories of consumers in society. Their role is increasingly important, because their expenses have increased and their influence over parental spending has expanded. [Source: <a href=\"https://sk.sagepub.com/reference/consumption-waste/n51.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Consumption and Waste: The Social Science of Garbage; Children</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/preschool_children> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D002648.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/age_groups> ;
  skos:prefLabel "children"@en ;
  a skos:Concept .

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

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

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

