@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/DNA_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/DNA_profiling> .

<https://concepts.sagepub.com/social-science/concept/DNA_profiling>
  skos:definition "The advent of DNA profiling has significantly enhanced the criminal investigative process. The use of DNA to convict the guilty and acquit the innocent has been promulgated by the media, and the value of DNA profiling is further highlighted when used to address miscarriages of justice. [Source: <a href=\"https://sk.sagepub.com/reference/raceandcrime/n92.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Race and Crime; DNA Profiling</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/police> ;
  skos:prefLabel "DNA profiling"@en ;
  a skos:Concept .

