209 Ignore
https://w3id.org/class/redaktor/Ignore
Definition
Indicates that the actor is ignoring the object. The target and origin typically have no defined meaning.see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-ignore
Scope Note
: ActivityExample
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally ignored a note",
  "type": "Ignore",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": "http://example.org/notes/1"
}