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

<https://concepts.sagepub.com/social-science/concept/guns>
  skos:definition "Guns were considered a necessity in settling the American frontier during the colonial era, for they provided personal and familial protection and enabled colonists to kill game for survival. In the twenty-first century, guns remain central to popular images of the self-sufficient pioneer and mythic gunfighter, and they are an essential tool of film and television heroes. [Source: <a href=\"https://sk.sagepub.com/reference/masculinities/n103.xml\" target=\"_blank\" data-id=\"to-sk\">American Masculinities: A Historical Encyclopedia; Guns</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/delinquent_behavior> ;
  skos:prefLabel "guns"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/delinquent_behavior>
  skos:prefLabel "delinquent behavior"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/guns> .

