212 Leave
https://w3id.org/class/redaktor/Leave
Definition
Indicates that the actor has left the object. The target and origin typically have no meaning.see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-leave
Scope Note
: ActivityExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally left work",
"type": "Leave",
"actor": {
"type": "Person",
"name": "Sally"
},
"object": {
"type": "Place",
"name": "Work"
}
}