200 Créer
https://w3id.org/class/redaktor/Create
Definition
Indique que l'acteur a créé l'objet.voir 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"
  }
}