AgentName (JSON)
An element representing a text value that may be in a specific language.
| URI: | AgentName |
|---|---|
| Extends: | TextValue |
Properties
| Name | Type | Description | |
|---|---|---|---|
| type | string | ||
| Properties inherited from TextValue | |||
| lang | string | The language of the text value. See http://www.w3.org/International/articles/language-tags/ | FTR |
| value | string | The text value. | |
Example
{
"type" : "...",
"lang" : "...",
"value" : "..."
}