252 Ursprung

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

JSON

Inbox

Definition

Beschreibt ein indirektes Objekt der Aktivität, von dem aus die Aktivität gesteuert wird. Die genaue Bedeutung des Ursprungs ist das Objekt der englischen Präposition "from". In der Aktivität "John hat einen Gegenstand von Liste A auf Liste B verschoben" ist der Ursprung der Aktivität beispielsweise "Liste A".
siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-origin

Scope Note

: Property

Example

Beispiel 94

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally moved a post from List A to List B",
  "type": "Move",
  "actor": "http://sally.example.org",
  "object": "http://example.org/posts/1",
  "target": {
    "type": "Collection",
    "name": "List B"
  },
  "origin": {
    "type": "Collection",
    "name": "List A"
  }
}