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

<https://concepts.sagepub.com/social-science/concept/computerized_criminal_histories>
  skos:prefLabel "computerized criminal histories"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/criminal_histories> .

<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_histories> .

<https://concepts.sagepub.com/social-science/concept/interstate_identification_index>
  skos:prefLabel "interstate identification index"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/criminal_histories> .

<https://concepts.sagepub.com/social-science/concept/criminal_histories>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/interstate_identification_index>, <https://concepts.sagepub.com/social-science/concept/computerized_criminal_histories> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/crime_records> ;
  skos:prefLabel "criminal histories"@en ;
  a skos:Concept .

