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

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

<https://concepts.sagepub.com/social-science/concept/war_memorials>
  skos:definition "War memorials have developed throughout time and have varying purposes within different historical eras and societies. Initially the purpose of war memorials was not memorialization at all but to commemorate a victorious leader. [Source: <a href=\"https://sk.sagepub.com/reference/humanexperience/n242.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Death and the Human Experience; Memorials, War</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/bereavement> ;
  skos:prefLabel "war memorials"@en ;
  a skos:Concept .

