250 actor

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

JSON

Inbox

Definition

Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-actor

Scope Note

: Property

Example

Example 63

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally offered the Foo object",
  "type": "Offer",
  "actor": "http://sally.example.org",
  "object": "http://example.org/foo"
}