@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/personal_offenses>
  skos:prefLabel "personal offenses"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/aggravated_assault> .

<https://concepts.sagepub.com/social-science/concept/assault>
  skos:prefLabel "assault"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/aggravated_assault> .

<https://concepts.sagepub.com/social-science/concept/arrests_for_assault>
  skos:prefLabel "arrests for assault"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/aggravated_assault> .

<https://concepts.sagepub.com/social-science/concept/assault_with_a_deadly_weapon>
  skos:prefLabel "assault with a deadly weapon"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/aggravated_assault> .

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

<https://concepts.sagepub.com/social-science/concept/aggravated_assault>
  skos:definition "Aggravated assault is a form of interpersonal violence that involves either serious injury to the victim or the threat of force by means of a weapon. It is defined in various ways by state statutes and criminal justice agencies, but is usually distinguished from simple assault by the degree of injury to the victim and the seriousness of the threat. [Source: <a href=\"https://sk.sagepub.com/reference/violence/n31.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Interpersonal Violence; Assault, Aggravated</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/assault_with_a_deadly_weapon>, <https://concepts.sagepub.com/social-science/concept/arrests_for_assault> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/personal_offenses>, <https://concepts.sagepub.com/social-science/concept/assault> ;
  skos:prefLabel "aggravated assault"@en ;
  a skos:Concept .

