202 Add
https://w3id.org/class/redaktor/Add
Definition
Indicates that the actor has added the object to the target. If the target property is not explicitly specified, the target would need to be determined implicitly by context. The origin can be used to identify the context from which the object originated.see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-add
Scope Note
: ActivityExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally added an object",
"type": "Add",
"actor": {
"type": "Person",
"name": "Sally"
},
"object": "http://example.org/abc"
}