{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "[[HealthTopicContent]] is [[WebContent]] that is about some aspect of a health topic, e.g. a condition, its symptoms or treatments. Such content may be comprised of several parts or sections and use different types of media. Multiple instances of [[WebContent]] (and hence [[HealthTopicContent]]) can be related using [[hasPart]] / [[isPartOf]] where there is some kind of content hierarchy, and their content described with [[about]] and [[mentions]] e.g. building upon the existing [[MedicalCondition]] vocabulary.\n  ",
      "rdfs:label" : "HealthTopicContent",
      "rdfs:subClassOf" : "schema:WebContent",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2374"
   },
   "properties" : {
      "schema:hasHealthAspect" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates the aspect or aspects specifically addressed in some [[HealthTopicContent]]. For example, that the content is an overview, or that it talks about treatment, self-care, treatments or their side-effects.",
         "rdfs:label" : "hasHealthAspect",
         "schema:domainIncludes" : "schema:HealthTopicContent",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:HealthAspectEnumeration",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
      }
   }
}