@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/criminal_profiling> .

<https://concepts.sagepub.com/social-science/concept/criminal_profiling>
  skos:definition "Criminal profiling has captured the public's attention over the last two decades. Indeed, profilers have become the detectives of choice for many modern-day mystery novels. [Source: <a href=\"https://sk.sagepub.com/reference/crimepunishment/n109.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Crime and Punishment; Criminal Profiling</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/forensics> ;
  skos:prefLabel "criminal profiling"@en ;
  a skos:Concept .

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

