{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A medical procedure intended primarily for palliative purposes, aimed at relieving the symptoms of an underlying health condition.",
      "rdfs:label" : "PalliativeProcedure",
      "rdfs:subClassOf" : [
         "schema:MedicalProcedure",
         "schema:MedicalTherapy"
      ],
      "schema:isPartOf" : "http:health-lifesci.schema.org"
   },
   "properties" : {}
}