@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/yo-yos> .

<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/yo-yos> .

<https://concepts.sagepub.com/social-science/concept/yo-yos>
  skos:definition "A yo-yo is easily recognizable by children and adults around the world, and most people have played with a yo-yo at one time or another. Although a yo-yo has a simple design and seems equally simplistic to master, this belies the versatility of play and the complexity of tricks that are possible. [Source: <a href=\"https://sk.sagepub.com/reference/play/n462.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Play in Today's Society; Yo-Yos</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/toys> ;
  skos:prefLabel "yo-yos"@en ;
  a skos:Concept .

