122 content map

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

JSON

Inbox

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

Scope Note

: Property

Alt Label

  • multi-language content

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