200 Create
https://w3id.org/class/redaktor/Create
Definition
Indicates that the actor has created the object.see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-create
Scope Note
: ActivityExample
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally created a note",
  "type": "Create",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": {
    "type": "Note",
    "name": "A Simple Note",
    "content": "This is a simple note"
  }
}