@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/mandatory_minimums> .

<https://concepts.sagepub.com/social-science/concept/mandatory_minimums>
  skos:definition "Mandatory minimum sentencing laws remove judges' discretion in the sentencing process by requiring a sentence of a specific length for a convicted individual when certain criteria have been met. For example, a federal conviction for possession of half a kilogram or more of powder cocaine leads to a mandatory sentence of at least 5 years in prison. [Source: <a href=\"https://sk.sagepub.com/reference/raceandcrime/n199.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Race and Crime; Mandatory Minimums</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Families_Against_Mandatory_Minimums> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/crime_policy> ;
  skos:prefLabel "mandatory minimums"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/crime_policy>
  skos:prefLabel "crime policy"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/mandatory_minimums> .

<https://concepts.sagepub.com/social-science/concept/Families_Against_Mandatory_Minimums>
  skos:prefLabel "Families Against Mandatory Minimums"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mandatory_minimums> .

