127 audience

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

JSON

Inbox

Definition

Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience

Scope Note

: Property

Alt Label

  • audience

Example

Example 69

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "name": "Holiday announcement",
  "type": "Note",
  "content": "Thursday will be a company-wide holiday. Enjoy your day off!",
  "audience": {
    "type": "http://example.org/Organization",
    "name": "ExampleCo LLC"
  }
}