64 Arrive

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

JSON

Inbox

Definition

An IntransitiveActivity that indicates that the actor has arrived at the location. The origin can be used to identify the context from which the actor originated. The target typically has no defined meaning.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-arrive

Scope Note

: Activity

Example

Example 14

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally arrived at work",
  "type": "Arrive",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "location": {
    "type": "Place",
    "name": "Work"
  },
  "origin": {
    "type": "Place",
    "name": "Home"
  }
}