@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/deportee>
  skos:prefLabel "deportee"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/war_victims> .

<https://concepts.sagepub.com/social-science/concept/prisoners_of_war>
  skos:prefLabel "prisoners of war"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/war_victims> .

<https://concepts.sagepub.com/social-science/concept/civilian_victims>
  skos:prefLabel "civilian victims"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/war_victims> .

<https://concepts.sagepub.com/social-science/concept/ex-serviceman>
  skos:prefLabel "ex-serviceman"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/war_victims> .

<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_victims> .

<https://concepts.sagepub.com/social-science/concept/war_victims>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/prisoners_of_war>, <https://concepts.sagepub.com/social-science/concept/ex-serviceman>, <https://concepts.sagepub.com/social-science/concept/deportee>, <https://concepts.sagepub.com/social-science/concept/civilian_victims> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/war> ;
  skos:prefLabel "war victims"@en ;
  a skos:Concept .

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

