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

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

<https://concepts.sagepub.com/social-science/concept/coping_with_bereavement>
  skos:definition "To be involved in close relationships inevitably means that one will eventually experience the loss of a loved one. Those who experience such loss are usually surrounded by people in mourning, which is a powerful and stressful emotional state that is rooted in the unconscious psychological reactions to a loss. [Source: <a href=\"https://sk.sagepub.com/reference/humanexperience/n75.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Death and the Human Experience; Coping with the Loss of Loved Ones</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/bereavement> ;
  skos:prefLabel "coping with bereavement"@en ;
  a skos:Concept .

