@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:additionalVariable	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:additionalVariable	rdfs:label	"additionalVariable" ;
	rdfs:comment	"Any additional component of the exercise prescription that may need to be articulated to the patient. This may include the order of exercises, the number of repetitions of movement, quantitative distance, progressions over time, etc." ;
	schema:domainIncludes	schema:ExercisePlan ;
	schema:rangeIncludes	schema:Text .