126 atribuido a

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

JSON

Inbox

Definition

Identifica una o más entidades a las que se atribuye este objeto. Las entidades atribuidas pueden no ser Actores. Por ejemplo, un objeto puede atribuirse a la realización de otra actividad.
ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto

Scope Note

: Property

Example

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