@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:accessibilityControl	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:accessibilityControl	rdfs:label	"accessibilityControl" ;
	rdfs:comment	"Identifies input methods that are sufficient to fully control the described resource (<a href=\"http://www.w3.org/wiki/WebSchemas/Accessibility\">WebSchemas wiki lists possible values</a>)." ;
	schema:domainIncludes	schema:CreativeWork ;
	schema:rangeIncludes	schema:Text .