203 Anuncie
https://w3id.org/class/redaktor/Announce
Definition
Indica que el actor está llamando la atención del objetivo el objeto. El origen no suele tener un significado definido.ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-announce
Scope Note
: ActivityExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally announced that she had arrived at work",
"type": "Announce",
"actor": {
"type": "Person",
"id": "http://sally.example.org",
"name": "Sally"
},
"object": {
"type": "Arrive",
"actor": "http://sally.example.org",
"location": {
"type": "Place",
"name": "Work"
}
}
}