133 generator
https://w3id.org/class/redaktor/generator
Definition
Identifies the entity (e.g. an application) that generated the object.see 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"
}
}