@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/affective_psychoses>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/schizophrenia>, <https://concepts.sagepub.com/social-science/concept/paranoid_states>, <https://concepts.sagepub.com/social-science/concept/involutional_depression> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/psychosis> ;
  skos:prefLabel "affective psychoses"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/involutional_depression>
  skos:prefLabel "involutional depression"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/affective_psychoses> .

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

<https://concepts.sagepub.com/social-science/concept/paranoid_states>
  skos:prefLabel "paranoid states"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/affective_psychoses> .

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

