11 Article
https://w3id.org/class/redaktor/Article
Definition
Represents any kind of multi-paragraph written work.see 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"
}