217 Lesen
https://w3id.org/class/redaktor/Read
Definition
Zeigt an, dass der Akteur das Objekt gelesen hat.siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-read
Scope Note
: ActivityExample
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally read a blog post",
  "type": "Read",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": "http://example.org/posts/1"
}