@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:Event	rdf:type	rdfs:Class ;
	rdfs:subClassOf	schema:Thing .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix ns4:	<http://purl.org/dc/dcmitype/> .
schema:Event	owl:equivalentClass	ns4:Event ;
	rdfs:label	"Event" ;
	rdfs:comment	"An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the 'offers' property. Repeated events may be structured as separate Event objects." .