@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:accessibilityAPI	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:accessibilityAPI	rdfs:label	"accessibilityAPI" ;
	rdfs:comment	"Indicates that the resource is compatible with the referenced accessibility API (<a href=\"http://www.w3.org/wiki/WebSchemas/Accessibility\">WebSchemas wiki lists possible values</a>)." ;
	schema:domainIncludes	schema:CreativeWork ;
	schema:rangeIncludes	schema:Text .