127 audience
https://w3id.org/class/redaktor/audience
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
: PropertyAlt Label
- audience
Example
{
"@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"
}
}