@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/accidental_death>
  skos:definition "To die by accident is to experience a form of mortality that is unexpected, unplanned for, and unintentional. The key component to establishing a death as an accident is the absence of intentionality in its occurrence, namely, that the decedent did not intentionally act to produce a deadly outcome and that the deceased did not want to lose his or her life. [Source: <a href=\"https://sk.sagepub.com/reference/humanexperience/n2.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Death and the Human Experience; Accidental Death</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cause_of_death> ;
  skos:prefLabel "accidental death"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/cause_of_death>
  skos:prefLabel "cause of death"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/accidental_death> .

