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

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

<https://concepts.sagepub.com/social-science/concept/action_figures>
  skos:definition "Although action figures are an integral part of a boy's upbringing in the United States, this was not always the case. At one point in our history action figures were simply unheard of. [Source: <a href=\"https://sk.sagepub.com/reference/play/n3.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Play in Today's Society; Action Figures</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/toys> ;
  skos:prefLabel "action figures"@en ;
  a skos:Concept .

