121 Inhalt
https://w3id.org/class/redaktor/content
Definition
Der Inhalt oder die textuelle Darstellung des Objekts, kodiert als JSON-String. Standardmäßig ist der Wert von content HTML. Die Eigenschaft mediaType kann im Objekt verwendet werden, um einen anderen Inhaltstyp anzugeben. Der Inhalt KANN durch mehrere mit Sprachkennzeichen versehene Werte (s. "contentMap") ausgedrückt werden.siehe 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"
}