118 Name map
https://w3id.org/class/redaktor/nameMap
Definition
Ein einfacher, von Menschen lesbarer Klartextname für das Objekt. HTML Markup MUSS NICHT enthalten sein. Der Name KANN durch mehrere mit Sprachkennzeichen versehene Werte ausgedrückt werden.siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name
Scope Note
: PropertyAlt Label
- Mehrsprachiger Name
 
Example
[Example 118](https://www.w3.org/TR/activitystreams-vocabulary/#ex133-jsonld)
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Note",
  "nameMap": {
    "en": "A simple note",
    "es": "Una nota sencilla",
    "zh-Hans": "一段简单的笔记"
  }
}