5 Intransitive Activity

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

JSON

Inbox

Definition

Instances of IntransitiveActivity are a subtype of Activity representing intransitive actions. The object property is therefore inappropriate for these activities.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-intransitiveactivity

Scope Note

: Activity

Example

Example 4

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Travel",
  "summary": "Sally went to work",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "target": {
    "type": "Place",
    "name": "Work"
  }
}