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

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

<https://concepts.sagepub.com/social-science/concept/vacations>
  skos:definition "Throughout American history, individuals have traveled for work, exploration, and adventure. The westward migration also resulted in whole families moving, sometimes across the continent, in an effort to find a better life. [Source: <a href=\"https://sk.sagepub.com/reference/the-social-history-of-the-american-family/n557.xml\" target=\"_blank\" data-id=\"to-sk\">The Social History of the American Family: An Encyclopedia; Vacations</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/leisure_activities> ;
  skos:prefLabel "vacations"@en ;
  a skos:Concept .

