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

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

<https://concepts.sagepub.com/social-science/concept/madness>
  skos:definition "In contemporary language, the term madness is often used synonymously with words such as mental illness and psychopathology to refer to disordered mental states and abnormal behaviors. However, while these terms designate medical and psychological conceptions of internal disorder, the concept of madness as examined in social theory is much more encompassing. [Source: <a href=\"https://sk.sagepub.com/reference/socialtheory/n177.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Theory; Madness</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mental_health> ;
  skos:prefLabel "madness"@en ;
  a skos:Concept .

