@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/John_Gotti> .

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

<https://concepts.sagepub.com/social-science/concept/John_Gotti>
  skos:definition "John Gotti was the New York City Gambino family crime boss in the 1980s. He took control of the organization after shooting rival crime boss Paul Castellano on December 16th, 1985, in Manhattan, New York. [Source: <a href=\"https://sk.sagepub.com/reference/violentcrime/n183.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Murder and Violent Crime; John Gotti</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/prisoners>, <https://concepts.sagepub.com/social-science/concept/criminals> ;
  skos:prefLabel "John Gotti"@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/John_Gotti> .

