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

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

<https://concepts.sagepub.com/social-science/concept/mass_murderer_profiling>
  skos:definition "Mass murder refers to the slaying of a number of people at the same time, within the same event. This distinguishes mass murderers from serial killers, who murder a number of people over an extended period (perhaps months or years). [Source: <a href=\"https://sk.sagepub.com/reference/raceandcrime/n281.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Race and Crime; Profiling, Mass Murderer</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/police> ;
  skos:prefLabel "mass murderer profiling"@en ;
  a skos:Concept .

