{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "Any feature associated or not with a medical condition. In medicine a symptom is generally subjective while a sign is objective.",
"rdfs:label" : "MedicalSignOrSymptom",
"rdfs:subClassOf" : "schema:MedicalCondition",
"schema:isPartOf" : "http:health-lifesci.schema.org"
},
"properties" : {
"schema:possibleTreatment" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A possible treatment to address this condition, sign or symptom.",
"rdfs:label" : "possibleTreatment",
"schema:domainIncludes" : [
"schema:MedicalSignOrSymptom",
"schema:MedicalCondition"
],
"schema:isPartOf" : "http:health-lifesci.schema.org",
"schema:rangeIncludes" : "schema:MedicalTherapy"
}
}
}