@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:associatedPathophysiology	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:associatedPathophysiology	rdfs:label	"associatedPathophysiology" ;
	rdfs:comment	"If applicable, a description of the pathophysiology associated with the anatomical system, including potential abnormal changes in the mechanical, physical, and biochemical functions of the system." ;
	schema:domainIncludes	schema:AnatomicalStructure ,
		schema:AnatomicalSystem ,
		schema:SuperficialAnatomy ;
	schema:rangeIncludes	schema:Text .