122 Inhalt map

https://w3id.org/class/redaktor/contentMap

JSON

Inbox

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 ausgedrückt werden.
siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content

Scope Note

: Property

Alt Label

  • Mehrsprachiger Inhalt

Example

[Example 115](https://www.w3.org/TR/activitystreams-vocabulary/#ex131-jsonld) [Example 116](https://www.w3.org/TR/activitystreams-vocabulary/#ex130b-jsonld)
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "A simple note",
  "type": "Note",
  "contentMap": {
    "en": "A <em>simple</em> note",
    "es": "Una nota <em>sencilla</em>",
    "zh-Hans": "一段<em>简单的</em>笔记"
  }
}

Related