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

<https://concepts.sagepub.com/social-science/concept/youth_gangs>
  skos:definition "Youth gangs constitute a different subculture in American society. They have existed for years among virtually all ethnic groups, and they continue to expand, recruit, and commit a variety of illegal offenses in diverse neighborhoods across the country. [Source: <a href=\"https://sk.sagepub.com/reference/raceandcrime/n390.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Race and Crime; Youth Gangs</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/juvenile_justice> ;
  skos:prefLabel "youth gangs"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/juvenile_justice>
  skos:prefLabel "juvenile justice"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/youth_gangs> .

