NameForm (JSON)
A form of a name.
URI: | NameForm |
---|---|
Extends: | ExtensibleData |
Properties
Name | Type | Description | |
---|---|---|---|
fullText | string | The full text of the name form. | |
parts | array of NamePart | The different parts of the name form. | |
lang | string | The language of the conclusion. See http://www.w3.org/International/articles/language-tags/ | |
Properties inherited from ExtensibleData | |||
id | string | A local, context-specific id for the data. |
Example
{ "fullText" : "...", "parts" : [ { "type" : "...", "value" : "...", "qualifiers" : [ { "name" : "...", "value" : "..." }, { "name" : "...", "value" : "..." } ], "id" : "..." }, { "type" : "...", "value" : "...", "qualifiers" : [ { "name" : "...", "value" : "..." }, { "name" : "...", "value" : "..." } ], "id" : "..." } ], "lang" : "...", "id" : "..." }