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

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

<https://concepts.sagepub.com/social-science/concept/blue_laws>
  skos:definition "Blue laws restrict commercial activity from taking place on Sundays. They historically regulated a broad range of behaviors, but currently most only limit Sunday liquor sales. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-street-crime-in-america/n15.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Street Crime in America; Blue Laws</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/nonviolent_crimes> ;
  skos:prefLabel "blue laws"@en ;
  a skos:Concept .

