13 Event

https://w3id.org/class/redaktor/Event

JSON

Inbox

Definition

Represents any kind of event.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-event

Scope Note

: Object

Example

Example 55

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Event",
  "name": "Going-Away Party for Jim",
  "startTime": "2014-12-31T23:00:00-08:00",
  "endTime": "2015-01-01T06:00:00-08:00"
}