126 attributed to

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

JSON

Inbox

Definition

Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto

Scope Note

: Property

Example

Example 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"
    }
  ]
}