@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:indication	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:indication	rdfs:label	"indication" ;
	rdfs:comment	"A factor that indicates use of this therapy for treatment and/or prevention of a condition, symptom, etc. For therapies such as drugs, indications can include both officially-approved indications as well as off-label uses. These can be distinguished by using the ApprovedIndication subtype of MedicalIndication." ;
	schema:domainIncludes	schema:MedicalTherapy ,
		schema:MedicalDevice ;
	schema:rangeIncludes	schema:MedicalIndication .