@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/phases_of_consumer_development> .

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

<https://concepts.sagepub.com/social-science/concept/phases_of_consumer_development>
  skos:definition "Children's consumer behavior has often been studied within the paradigm of consumer socialization. Consumer socialization is the rather effortless process by which children learn the skills, knowledge, and attitudes necessary to function as a consumer. [Source: <a href=\"https://sk.sagepub.com/reference/childmedia/n104.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Children, Adolescents, and the Media; Consumer Development, Phases of</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/advertising> ;
  skos:prefLabel "phases of consumer development"@en ;
  a skos:Concept .

