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

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

<https://concepts.sagepub.com/social-science/concept/serial_killers>
  skos:definition "People are fascinated by violent crime, and serial murder may be the most fascinating crime of all. Books, newspapers, television shows, and movies recount the destructive paths of those who kill repeatedly. [Source: <a href=\"https://sk.sagepub.com/reference/psychologylaw/n287.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Psychology and Law; Serial Killers</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/offenders> ;
  skos:prefLabel "serial killers"@en ;
  a skos:Concept .

