200 Crear
https://w3id.org/class/redaktor/Create
Definition
Indica que el actor ha creado el objeto.ver 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"
}
}