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

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

<https://concepts.sagepub.com/social-science/concept/missing_in_action>
  skos:definition "MIA is the abbreviation for missing in action and is used to describe a member of the armed forces who has been reported missing after combat operations. The service member may be injured, captured, or even dead, but his or her status is unknown. [Source: <a href=\"https://sk.sagepub.com/reference/humanexperience/n247.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Death and the Human Experience; Missing in Action (MIA)</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/bereavement> ;
  skos:prefLabel "missing in action"@en ;
  a skos:Concept .

