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

<https://concepts.sagepub.com/social-science/concept/mass_murder>
  skos:prefLabel "mass murder"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Andrea_Yates> .

<https://concepts.sagepub.com/social-science/concept/Andrea_Yates>
  skos:definition "Andrea (Kennedy) Yates, born July 2, 1964, is known for killing her five children, who ranged in age from 6 months to 7 years. She methodically drowned them in the family bathtub in their suburban home in Houston, Texas, on June 20, 2001. [Source: <a href=\"https://sk.sagepub.com/reference/womentoday/n935.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Women in Today's World The Multimedia Encyclopedia of Women in Today's World; Yates, Andrea</a>]"@en ;
  skos:related <https://concepts.sagepub.com/social-science/concept/family_violence> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mass_murder>, <https://concepts.sagepub.com/social-science/concept/criminals> ;
  skos:prefLabel "Andrea Yates"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/family_violence>
  skos:prefLabel "family violence"@en ;
  a skos:Concept .

