@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/trophy_taking>
  skos:definition "A trophy is in essence a souvenir. In the context of violent behavior or murder, keeping a part of the victim as a trophy represents power over that individual. [Source: <a href=\"https://sk.sagepub.com/reference/violentcrime/n455.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Murder and Violent Crime; Trophy Taking</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/serial_murder>, <https://concepts.sagepub.com/social-science/concept/murder> ;
  skos:prefLabel "trophy taking"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/serial_murder>
  skos:prefLabel "serial murder"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/trophy_taking> .

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

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

