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

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

<https://concepts.sagepub.com/social-science/concept/perceptions_of_homicide>
  skos:definition "Homicidal crimes of passion, though reprehensible, can at least be understood and dealt with rationally. Thus, given the cultural context of this society, most adults can “understand” that volatile interpersonal relations sometimes end in a homicidal act. [Source: <a href=\"https://sk.sagepub.com/reference/violentcrime/n212.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Murder and Violent Crime; Perceptions of Homicide</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/murder> ;
  skos:prefLabel "perceptions of homicide"@en ;
  a skos:Concept .

