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

<https://concepts.sagepub.com/social-science/concept/carjacking>
  skos:definition "Carjacking is the theft of a motor vehicle from another person by force, violence, or intimidation. Although often viewed as a hybrid offense—maintaining elements akin to both robbery and auto theft—carjacking is counted as a robbery in the Federal Bureau of Investigation Uniform Crime Reports because force is used to accomplish the theft. [Source: <a href=\"https://sk.sagepub.com/reference/socialproblems/n69.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Problems; Carjacking</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/property_offenses>, <https://concepts.sagepub.com/social-science/concept/larceny>, <https://concepts.sagepub.com/social-science/concept/auto_theft> ;
  skos:prefLabel "carjacking"@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/carjacking> .

<https://concepts.sagepub.com/social-science/concept/auto_theft>
  skos:prefLabel "auto theft"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/carjacking> .

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

