SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
EventCancelled
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
EventStatusType
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s).
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s).