@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:accessibilityFeature	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:accessibilityFeature	rdfs:label	"accessibilityFeature" ;
	rdfs:comment	"Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (<a href=\"http://www.w3.org/wiki/WebSchemas/Accessibility\">WebSchemas wiki lists possible values</a>)." ;
	schema:domainIncludes	schema:CreativeWork ;
	schema:rangeIncludes	schema:Text .