214 Listen

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

JSON

Inbox

Definition

Indicates that the actor has listened to the object.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-listen

Scope Note

: Activity

Example

Example 32

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally listened to a piece of music",
  "type": "Listen",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": "http://example.org/music.mp3"
}