SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
EventMovedOnline
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
EventStatusType
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Indicates that the event was changed to allow online participation. See [[eventAttendanceMode]] for specifics of whether it is now fully or partially online.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
Indicates that the event was changed to allow online participation. See [[eventAttendanceMode]] for specifics of whether it is now fully or partially online.