214 Listen
https://w3id.org/class/redaktor/Listen
Definition
Indicates that the actor has listened to the object.see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-listen
Scope Note
: ActivityExample
{
  "@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"
}