121 content
https://w3id.org/class/redaktor/content
Definition
The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values (see "contentMap").see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content
Scope Note
: PropertyExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "A simple note",
"type": "Note",
"content": "A <em>simple</em> note"
}