@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:eventStatus	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:eventStatus	rdfs:label	"eventStatus" ;
	rdfs:comment	"An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled." ;
	schema:domainIncludes	schema:Event ;
	schema:rangeIncludes	schema:EventStatusType .