240 Ergebnis

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

JSON

Inbox

Definition

Beschreibt das Ergebnis der Aktivität. Wenn beispielsweise eine bestimmte Aktion zur Erstellung einer neuen Ressource führt, kann die Eigenschaft result verwendet werden, um diese neue Ressource zu beschreiben.
siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-result

Scope Note

: Property

Example

Beispiel 103

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally checked that her flight was on time",
  "type": ["Activity", "http://www.verbs.example/Check"],
  "actor": "http://sally.example.org",
  "object": "http://example.org/flights/1",
  "result": {
    "type": "http://www.types.example/flightstatus",
    "name": "On Time"
  }
}