@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/violent_females>
  skos:definition "In January 2006, a 14-year-old White girl burned down her family's home in Paris, Texas, and received probation. Three months later, a 15-year-old Black girl, Shaquanda Cotton, was sentenced to 7 years for pushing a school hall monitor. [Source: <a href=\"https://sk.sagepub.com/reference/raceandcrime/n371.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Race and Crime; Violent Females</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/female_murderers> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/specific_populations> ;
  skos:prefLabel "violent females"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/specific_populations>
  skos:prefLabel "specific populations"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/violent_females> .

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

<https://concepts.sagepub.com/social-science/concept/female_murderers>
  skos:prefLabel "female murderers"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/violent_females> .

