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

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

<https://concepts.sagepub.com/social-science/concept/mugging>
  skos:definition "Mugging is a term referring to robbery, which is a crime legally differentiated from larceny or larceny-theft by two factors: robbery explicitly requires the removal of property from a person (rather than a burglary or simple theft from a home, office, etc.), and robbery explicitly requires the use of physical intimidation or actual violence. Mugging specifically refers to a robbery that occurs in the street, and as a slang term seems tied to urban areas, rather than small towns or rural areas. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-street-crime-in-america/n116.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Street Crime in America; Mugging</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/assault> ;
  skos:prefLabel "mugging"@en ;
  a skos:Concept .

