120 Zusammenfassung map
https://w3id.org/class/redaktor/summaryMap
Definition
Eine Zusammenfassung des Objekts in natürlicher Sprache, kodiert als HTML. Es KÖNNEN mehrere sprachlich markierte Zusammenfassungen bereitgestellt werden.siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary
Scope Note
: PropertyAlt Label
- Mehrsprachige Zusammenfassung
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>笔记"
}
}