212 Verlassen

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

JSON

Inbox

Definition

Zeigt an, dass der Akteur das Objekt verlassen hat. Das Ziel und der Ursprung haben normalerweise keine Bedeutung.
siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-leave

Scope Note

: Activity

Example

Beispiel 20

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally left work",
  "type": "Leave",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": {
    "type": "Place",
    "name": "Work"
  }
}