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" : "..."
}

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.