120 summary map

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

JSON

Inbox

Definition

A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary

Scope Note

: Property

Alt Label

  • multi-language summary

Example

[Example 134](https://www.w3.org/TR/activitystreams-vocabulary/#ex153-jsonld)
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "name": "Cane Sugar Processing",
  "type": "Note",
  "summaryMap": {
    "en": "A simple <em>note</em>",
    "es": "Una <em>nota</em> sencilla",
    "zh-Hans": "一段<em>简单的</em>笔记"
  }
}

Related