@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/mega_events>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Olympic_Games>, <https://concepts.sagepub.com/social-science/concept/European_City_of_Culture>, <https://concepts.sagepub.com/social-science/concept/bidding_(events)> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/event_management> ;
  skos:prefLabel "mega events"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/Olympic_Games>
  skos:prefLabel "Olympic Games"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mega_events> .

<https://concepts.sagepub.com/social-science/concept/bidding_(events)>
  skos:prefLabel "bidding (events)"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mega_events> .

<https://concepts.sagepub.com/social-science/concept/event_management>
  skos:prefLabel "event management"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/mega_events> .

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

<https://concepts.sagepub.com/social-science/concept/European_City_of_Culture>
  skos:prefLabel "European City of Culture"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mega_events> .

