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

<https://concepts.sagepub.com/social-science/concept/linkage_blindness>
  skos:definition "Law enforcement investigators sometimes do not see or are prevented from seeing beyond their own jurisdictional responsibilities. The officer's responsibility usually stops at the boundary of the jurisdiction except when hot pursuit is necessary. [Source: <a href=\"https://sk.sagepub.com/reference/violentcrime/n259.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Murder and Violent Crime; Linkage Blindness</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/forensic_science> ;
  skos:prefLabel "linkage blindness"@en ;
  a skos:Concept .

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

