209 Ignora
https://w3id.org/class/redaktor/Ignore
Definition
Indica que el actor está ignorando el objeto. El objetivo y el origen no suelen tener un significado definido.ver 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"
}