23 Mention

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

JSON

Inbox

Definition

A specialized Link that represents an @mention.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-mention

Scope Note

: Object

Example

Example 58

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Mention of Joe by Carrie in her note",
  "type": "Mention",
  "href": "http://example.org/joe",
  "name": "Joe"
}