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

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

<https://concepts.sagepub.com/social-science/concept/War_of_1812>
  skos:definition "The “Second War for Independence” fought between the United States and Great Britain was the product of already strained relations exacerbated by war in Europe. The war was ostensibly fought for freedom of the seas, to end impressment, and for territory in Canada; yet the eventual peace treaty changed these circumstances little. [Source: <a href=\"https://sk.sagepub.com/reference/war/n363.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of War &amp; American Society; War of 1812 (1812–15)</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/war_(armed_conflict)> ;
  skos:prefLabel "War of 1812"@en ;
  a skos:Concept .

