133 generator

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

JSON

Inbox

Definition

Identifies the entity (e.g. an application) that generated the object.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator

Scope Note

: Property

Example

Example 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"
  }
}