133 generador

https://w3id.org/class/redaktor/generator

JSON

Inbox

Definition

Identifica la entidad (por ejemplo, una aplicación) que ha generado el objeto.
ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator

Scope Note

: Property

Example

Ejemplo 78

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "A simple note",
  "type": "Note",
  "content": "This is all there is.",
  "generator": {
    "type": "Application",
    "name": "Exampletron 3000"
  }
}