@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:studySubject	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:studySubject	rdfs:label	"studySubject" ;
	rdfs:comment	"A subject of the study, i.e. one of the medical conditions, therapies, devices, drugs, etc. investigated by the study." ;
	schema:domainIncludes	schema:MedicalStudy ;
	schema:rangeIncludes	schema:MedicalEntity .