Name (JSON)

A name conclusion.

URI:Name
Extends:Conclusion

Properties

Name Type Description
preferred boolean Whether the conclusion is preferred above other conclusions of the same type. Useful, for example, for display purposes.
date Date The date the name was first applied or adopted. FTU
nameForms array of NameForm Alternate forms of the name, such as the romanized form of a non-latin name.
type string The type of the name.
Properties inherited from Conclusion
attribution Attribution Attribution metadata for a conclusion.
sources array of SourceReference The source references for a conclusion.
analysis ResourceReference A reference to the analysis document explaining the analysis that went into this conclusion. FTU
notes array of Note Notes about a person.
lang string The language of the conclusion. See http://www.w3.org/International/articles/language-tags/ FTR
confidence string The level of confidence the contributor has about the data.
sortKey string A sort key in relation to other facts for display purposes.
Properties inherited from HypermediaEnabledData
links map of Link The list of hypermedia links. Links are not specified by GEDCOM X core, but as extension elements by GEDCOM X RS.
Properties inherited from ExtensibleData
id string A local, context-specific id for the data.

Example

{
  "preferred" : true,
  "date" : {
    "original" : "...",
    "formal" : "...",
    "normalized" : [ {
      "lang" : "...",
      "value" : "..."
    }, {
      "lang" : "...",
      "value" : "..."
    } ],
    "confidence" : "...",
    "id" : "..."
  },
  "nameForms" : [ {
    "fullText" : "...",
    "parts" : [ {
      "type" : "...",
      "value" : "...",
      "qualifiers" : [ { }, { } ],
      "id" : "..."
    }, {
      "type" : "...",
      "value" : "...",
      "qualifiers" : [ { }, { } ],
      "id" : "..."
    } ],
    "lang" : "...",
    "id" : "..."
  }, {
    "fullText" : "...",
    "parts" : [ {
      "type" : "...",
      "value" : "...",
      "qualifiers" : [ { }, { } ],
      "id" : "..."
    }, {
      "type" : "...",
      "value" : "...",
      "qualifiers" : [ { }, { } ],
      "id" : "..."
    } ],
    "lang" : "...",
    "id" : "..."
  } ],
  "type" : "...",
  "attribution" : {
    "contributor" : {
      "resourceId" : "...",
      "resource" : "..."
    },
    "modified" : 12345,
    "changeMessage" : "...",
    "changeMessageResource" : "...",
    "creator" : {
      "resourceId" : "...",
      "resource" : "..."
    },
    "created" : 12345,
    "id" : "..."
  },
  "sources" : [ {
    "attribution" : {
      "contributor" : { },
      "modified" : 12345,
      "changeMessage" : "...",
      "changeMessageResource" : "...",
      "creator" : { },
      "created" : 12345,
      "id" : "..."
    },
    "description" : "...",
    "descriptionId" : "...",
    "qualifiers" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ],
    "links" : {
      "property1" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      },
      "property2" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      }
    },
    "id" : "..."
  }, {
    "attribution" : {
      "contributor" : { },
      "modified" : 12345,
      "changeMessage" : "...",
      "changeMessageResource" : "...",
      "creator" : { },
      "created" : 12345,
      "id" : "..."
    },
    "description" : "...",
    "descriptionId" : "...",
    "qualifiers" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ],
    "links" : {
      "property1" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      },
      "property2" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      }
    },
    "id" : "..."
  } ],
  "analysis" : {
    "resourceId" : "...",
    "resource" : "..."
  },
  "notes" : [ {
    "subject" : "...",
    "text" : "...",
    "attribution" : {
      "contributor" : { },
      "modified" : 12345,
      "changeMessage" : "...",
      "changeMessageResource" : "...",
      "creator" : { },
      "created" : 12345,
      "id" : "..."
    },
    "lang" : "...",
    "links" : {
      "property1" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      },
      "property2" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      }
    },
    "id" : "..."
  }, {
    "subject" : "...",
    "text" : "...",
    "attribution" : {
      "contributor" : { },
      "modified" : 12345,
      "changeMessage" : "...",
      "changeMessageResource" : "...",
      "creator" : { },
      "created" : 12345,
      "id" : "..."
    },
    "lang" : "...",
    "links" : {
      "property1" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      },
      "property2" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      }
    },
    "id" : "..."
  } ],
  "lang" : "...",
  "confidence" : "...",
  "sortKey" : "...",
  "links" : {
    "property1" : {
      "href" : "...",
      "template" : "...",
      "title" : "...",
      "type" : "...",
      "accept" : "...",
      "allow" : "...",
      "hreflang" : "...",
      "count" : 12345,
      "offset" : 12345,
      "results" : 12345
    },
    "property2" : {
      "href" : "...",
      "template" : "...",
      "title" : "...",
      "type" : "...",
      "accept" : "...",
      "allow" : "...",
      "hreflang" : "...",
      "count" : 12345,
      "offset" : 12345,
      "results" : 12345
    }
  },
  "id" : "..."
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.