118 name map
https://w3id.org/class/redaktor/nameMap
Definition
A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values.see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name
Scope Note
: PropertyAlt Label
- multi-language 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": "一段简单的笔记"
}
}