@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:superEvent	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:superEvent	rdfs:label	"superEvent" ;
	rdfs:comment	"An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent." ;
	schema:domainIncludes	schema:Event ;
	schema:rangeIncludes	schema:Event .