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

<https://concepts.sagepub.com/social-science/concept/rebellions>
  skos:prefLabel "rebellions"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Boxer_Rebellion> .

<https://concepts.sagepub.com/social-science/concept/war_(armed_conflict)>
  skos:prefLabel "war (armed conflict)"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Boxer_Rebellion> .

<https://concepts.sagepub.com/social-science/concept/Boxer_Rebellion>
  skos:definition "The Boxer Rebellion was a Chinese nationalistic backlash against Westerners in 1900 that endangered Americans and many Europeans. Brief but intense, it stands as a significant episode of anti-imperialist fervor at a time when the United States was just beginning to involve itself to a greater degree in international affairs and create its own empire. [Source: <a href=\"https://sk.sagepub.com/reference/war/n39.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of War &amp; American Society; Boxer Rebellion (1900)</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/war_(armed_conflict)>, <https://concepts.sagepub.com/social-science/concept/rebellions> ;
  skos:prefLabel "Boxer Rebellion"@en ;
  a skos:Concept .

