251 object

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

JSON

Inbox

Definition

When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added. When used within a Relationship describes the entity to which the subject is related.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object-term

Scope Note

: Property

Example

Example 97

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally liked a post",
  "type": "Like",
  "actor": "http://sally.example.org",
  "object": "http://example.org/posts/1"
}