@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/mandatory_arrest>
  skos:definition "Mandatory arrest laws and policies require police to arrest a person who commits a misdemeanor domestic violence offense. This is a new approach to policing and to treating domestic violence offenses, an approach that removes discretion from the police in handling these cases. [Source: <a href=\"https://sk.sagepub.com/reference/crimepunishment/n264.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Crime and Punishment; Mandatory Arrest</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/policing> ;
  skos:prefLabel "mandatory arrest"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/policing>
  skos:prefLabel "policing"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/mandatory_arrest> .

<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_arrest> .

