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

<https://concepts.sagepub.com/social-science/concept/auto_theft>
  skos:definition "the theft of an unoccupied automobile, truck, or other similar vehicle. Auto theft is one of the major offenses that comprise the Uniform Crime Reports Crime Index. [Source: <a href=\"https://sk.sagepub.com/reference/the-concise-dictionary-of-crime-and-justice/n149.xml\" target=\"_blank\" data-id=\"to-sk\">The Concise Dictionary of Crime and Justice; Auto Theft</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/carjacking> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/theft_offenses>, <https://concepts.sagepub.com/social-science/concept/larceny>, <https://concepts.sagepub.com/social-science/concept/auto_related_offenses> ;
  skos:prefLabel "auto theft"@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/auto_theft> .

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

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

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

