AlternatePlaceReference (JSON)

An alternate place reference.

URI:AlternatePlaceReference
Extends:PlaceReference

Properties

Name Type Description
Properties inherited from PlaceReference
original string The original value as supplied by the user.
normalized array of TextValue The list of normalized values for the place, provided for display purposes by the application. Normalized values are not specified by GEDCOM X core, but as extension elements by GEDCOM X RS.
description string A reference to a description of the place being referenced.
confidence string The level of confidence the contributor has about the data.
Properties inherited from ExtensibleData
id string A local, context-specific id for the data.

Example

{
  "original" : "...",
  "normalized" : [ {
    "lang" : "...",
    "value" : "..."
  }, {
    "lang" : "...",
    "value" : "..."
  } ],
  "description" : "...",
  "confidence" : "...",
  "id" : "..."
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.