@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/family_violence>
  skos:prefLabel "family violence"@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/O._J._Simpson> .

<https://concepts.sagepub.com/social-science/concept/O._J._Simpson>
  skos:definition "football and movie star who in 1994 was accused of killing his ex-wife Nicole Simpson Brown and her friend Ronald Goldman. Simpson's initial flee from authorities and subsequent trial captured the attention of the world, with the combination of high-priced defense attorneys known as the Dream Team and alleged mistakes by law enforcement authorities. [Source: <a href=\"https://sk.sagepub.com/reference/the-concise-dictionary-of-crime-and-justice/n1781.xml\" target=\"_blank\" data-id=\"to-sk\">The Concise Dictionary of Crime and Justice; Simpson, O. J.</a>]"@en ;
  skos:related <https://concepts.sagepub.com/social-science/concept/family_violence> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/criminals> ;
  skos:prefLabel "O. J. Simpson"@en ;
  a skos:Concept .

<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/O._J._Simpson> .

