@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/school_shootings>
  skos:prefLabel "school shootings"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/gun_violence> .

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

<https://concepts.sagepub.com/social-science/concept/drive_by_shootings>
  skos:prefLabel "drive by shootings"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/gun_violence> .

<https://concepts.sagepub.com/social-science/concept/violent_crime>
  skos:prefLabel "violent crime"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/gun_violence> .

<https://concepts.sagepub.com/social-science/concept/gun_violence>
  skos:definition "American history has been marked by gun violence since the arrival of European colonists. Up until the 1830s much of domestic violence and alcohol-related events in taverns were settled with fists or knives. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-criminal-justice-ethics/n147.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Criminal Justice Ethics; Gun Violence</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/school_shootings>, <https://concepts.sagepub.com/social-science/concept/drive-by_shooting>, <https://concepts.sagepub.com/social-science/concept/drive_by_shootings> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/violent_crime> ;
  skos:prefLabel "gun violence"@en ;
  a skos:Concept .

<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/gun_violence> .

