@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/crime_waves> .

<https://concepts.sagepub.com/social-science/concept/crime_and_deviance>
  skos:prefLabel "crime and deviance"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/crime_waves> .

<https://concepts.sagepub.com/social-science/concept/crime_waves>
  skos:definition "The term crime wave has two distinct (but related) meanings in criminological and popular discourse. The most familiar meaning associates the term with relatively rapid and abrupt upward (and subsequent downward) shifts in rates of crime. [Source: <a href=\"https://sk.sagepub.com/reference/socialproblems/n113.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Problems; Crime Waves</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/crime_and_deviance> ;
  skos:prefLabel "crime waves"@en ;
  a skos:Concept .

