133 générateur

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

JSON

Inbox

Definition

Identifie l'entité (par exemple, une application) qui a généré l'objet.
voir https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator

Scope Note

: Property

Example

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