13 Evento
https://w3id.org/class/redaktor/Event
Definition
Representa cualquier tipo de evento.ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-event
Scope Note
: ObjectExample
{
  "@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"
}