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

<https://concepts.sagepub.com/social-science/concept/theft_offenses>
  skos:prefLabel "theft offenses"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/armed_robbery> .

<https://concepts.sagepub.com/social-science/concept/armed_robbery>
  skos:definition "Armed robbery is a crime that has elements of both violent crime and property crime. Robbery is perhaps one of the most feared of all crimes, whether it occurs on the street—where unsuspecting individuals are “held up” at gunpoint—or in a commercial establishment such as a convenience store or bank. [Source: <a href=\"https://sk.sagepub.com/reference/crimepunishment/n16.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Crime and Punishment; Armed Robbery</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/theft_offenses>, <https://concepts.sagepub.com/social-science/concept/robbery>, <https://concepts.sagepub.com/social-science/concept/larceny> ;
  skos:prefLabel "armed robbery"@en ;
  a skos:Concept .

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

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

