@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:ExercisePlan	rdf:type	rdfs:Class ;
	rdfs:subClassOf	schema:CreativeWork ,
		schema:PhysicalActivity ;
	rdfs:label	"ExercisePlan" ;
	rdfs:comment	"Fitness-related activity designed for a specific health-related purpose, including defined exercise routines as well as activity prescribed by a clinician." .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix ns4:	<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#> .
schema:ExercisePlan	dcterms:source	ns4:source_WikiDoc .