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

<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/murder-suicide> .

<https://concepts.sagepub.com/social-science/concept/murder-suicide>
  skos:definition "Murder-suicides are tragic and unpredictable events in which the perpetrators are usually male and murder one or more individuals within a very short time, and then commit suicide. Most of the thousands of murder-suicides that take place each year occur in families, and usually the victims are wives, ex-wives, or girlfriends, and children under 10 years of age. [Source: <a href=\"https://sk.sagepub.com/reference/violentcrime/n313.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Murder and Violent Crime; Murder-Suicide</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/murder> ;
  skos:prefLabel "murder-suicide"@en ;
  a skos:Concept .

