11 Artikel
https://w3id.org/class/redaktor/Article
Definition
Artikel Repräsentiert jede Art von schriftlicher Arbeit mit mehreren Absätzen.siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-article
Scope Note
: ObjectExample
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Article",
  "name": "What a Crazy Day I Had",
  "content": "<div>... you will never believe ...</div>",
  "attributedTo": "http://sally.example.org"
}