133 Generator
https://w3id.org/class/redaktor/generator
Definition
Identifiziert die Entität (z. B. eine Anwendung), die das Objekt erzeugt hat.siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator
Scope Note
: PropertyExample
{
  "@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"
  }
}