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

<https://concepts.sagepub.com/social-science/concept/psychiatric_somatic_therapies>
  skos:prefLabel "psychiatric somatic therapies"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/psychosurgery> .

<https://concepts.sagepub.com/social-science/concept/psychosurgery>
  skos:definition "brain surgery employed to treat mental disorders. Psychosurgery includes but is not limited to lobotomies and lobectomies. [Source: <a href=\"https://sk.sagepub.com/reference/the-concise-dictionary-of-crime-and-justice/n1586.xml\" target=\"_blank\" data-id=\"to-sk\">The Concise Dictionary of Crime and Justice; Psychosurgery</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/lobotomy> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D011612.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/psychiatric_somatic_therapies>, <https://concepts.sagepub.com/social-science/concept/brain_surgery> ;
  skos:prefLabel "psychosurgery"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/brain_surgery>
  skos:prefLabel "brain surgery"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/psychosurgery> .

<https://concepts.sagepub.com/social-science/concept/lobotomy>
  skos:prefLabel "lobotomy"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/psychosurgery> .

