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

<https://concepts.sagepub.com/social-science/concept/Burning_Man>
  skos:definition "Burning Man, founded by the artist and landscaper Larry Harvey (b. 1948), is an annual event held for a week culminating in Labor Day. [Source: <a href=\"https://sk.sagepub.com/reference/community/n49.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Community: From the Village to the Virtual World; Burning Man</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/communities:_case_studies> ;
  skos:prefLabel "Burning Man"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/communities:_case_studies>
  skos:prefLabel "communities: case studies"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Burning_Man> .

