@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/hobby_horses> .

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

<https://concepts.sagepub.com/social-science/concept/hobby_horses>
  skos:definition "A hobby horse is a child's toy composed of a stick with a horse's head at one end. The child straddles the stick horse and “rides.” The hobby horse has links to ancient spring and harvest festivals across Europe. [Source: <a href=\"https://sk.sagepub.com/reference/play/n173.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Play in Today's Society; Hobby Horses</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/toys> ;
  skos:prefLabel "hobby horses"@en ;
  a skos:Concept .

