209 Ignorieren
https://w3id.org/class/redaktor/Ignore
Definition
Gibt an, dass der Akteur das Objekt ignoriert. Das Ziel und der Ursprung haben normalerweise keine definierte Bedeutung.siehe 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"
}