@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/prisoners>
  skos:prefLabel "prisoners"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Jack_Ruby> .

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

<https://concepts.sagepub.com/social-science/concept/Jack_Ruby>
  skos:definition "Jack Ruby killed Lee Harvey Oswald while Oswald was being transferred from the Dallas police headquarters to a more secure place of confinement. At the time, Oswald stood accused of assassinating John F. Kennedy on November 22, 1963. [Source: <a href=\"https://sk.sagepub.com/reference/prisons/n317.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Prisons &amp; Correctional Facilities; Ruby, Jack (1911–1967)</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/prisoners> ;
  skos:prefLabel "Jack Ruby"@en ;
  a skos:Concept .

