@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/drive-by_shooting> .

<https://concepts.sagepub.com/social-science/concept/drive-by_shooting>
  skos:definition "Drive by shootings, colloquially known simply as “drive-bys,” are a tactic used by urban guerrillas, political assassins, terrorists, and criminal gangs. Drive-bys are armed attacks made from moving or momentarily stopped vehicles against individuals in the open, in other vehicles, or in structures. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-street-crime-in-america/n61.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Street Crime in America; Drive-By Shooting</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/gun_violence> ;
  skos:prefLabel "drive-by shooting"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/gun_violence>
  skos:prefLabel "gun violence"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/drive-by_shooting> .

