118 Nombre map
https://w3id.org/class/redaktor/nameMap
Definition
Un nombre simple, legible para el ser humano, en texto plano para el objeto. NO DEBE incluirse el marcado HTML. El nombre PUEDE expresarse utilizando múltiples valores etiquetados en el idioma.ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name
Scope Note
: PropertyAlt Label
- nombre multilingüe
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": "一段简单的笔记"
}
}