@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:exercisePlan	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:exercisePlan	rdfs:subPropertyOf	schema:instrument ;
	rdfs:label	"exercisePlan" ;
	rdfs:comment	"A sub property of instrument. The exercise plan used on this action." ;
	schema:domainIncludes	schema:ExerciseAction ;
	schema:rangeIncludes	schema:ExercisePlan .