126 zugeschrieben

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

JSON

Inbox

Definition

Identifiziert eine oder mehrere Entitäten, denen dieses Objekt zugeordnet ist. Die attributierten Entitäten müssen keine Akteure sein. Zum Beispiel könnte ein Objekt der Beendigung einer anderen Aktivität zugeordnet werden.
siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto

Scope Note

: Property

Example

Beispiel 67

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Image",
  "name": "My cat taking a nap",
  "url": "http://example.org/cat.jpeg",
  "attributedTo": [
    {
      "type": "Person",
      "name": "Sally"
    }
  ]
}