SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
EventScheduled
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
EventStatusType
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000