Gedcomx (JSON)
The GEDCOM X data formats define the serialization formats of the GEDCOM X conceptual model. The canonical documentation is provided by the formal specification documents:
- The GEDCOM X Conceptual Model, Version 1.0
- The GEDCOM X JSON Format, Version 1.0
- The GEDCOM X XML Format, Version 1.0
This documentation is provided as a non-normative reference guide.
| URI: | Gedcomx |
|---|---|
| Extends: | HypermediaEnabledData |
Properties
| Name | Type | Description | |
|---|---|---|---|
| attribution | Attribution | The attribution of this genealogical data. | |
| persons | array of Person | The persons included in this genealogical data set. | |
| relationships | array of Relationship | The relationships included in this genealogical data set. | |
| sourceDescriptions | array of SourceDescription | The descriptions of sources included in this genealogical data set. | |
| agents | array of Agent | The agents included in this genealogical data set. | |
| events | array of Event | The events included in this genealogical data set. | |
| places | array of PlaceDescription | The places included in this genealogical data set. | |
| documents | array of Document | The documents included in this genealogical data set. | |
| lang | string | The language of this genealogical data set. See http://www.w3.org/International/articles/language-tags/. Note that some language-enabled elements MAY override the language. | |
| 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
{
"attribution" : {
"contributor" : {
"resourceId" : "...",
"resource" : "..."
},
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : {
"resourceId" : "...",
"resource" : "..."
},
"created" : 12345,
"id" : "..."
},
"persons" : [ {
"private" : true,
"living" : true,
"gender" : {
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
},
"names" : [ {
"preferred" : true,
"date" : { },
"nameForms" : [ { }, { } ],
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"preferred" : true,
"date" : { },
"nameForms" : [ { }, { } ],
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"facts" : [ {
"date" : { },
"place" : { },
"value" : "...",
"qualifiers" : [ { }, { } ],
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"date" : { },
"place" : { },
"value" : "...",
"qualifiers" : [ { }, { } ],
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"display" : {
"name" : "...",
"gender" : "...",
"lifespan" : "...",
"birthDate" : "...",
"birthPlace" : "...",
"deathDate" : "...",
"deathPlace" : "...",
"marriageDate" : "...",
"marriagePlace" : "...",
"ascendancyNumber" : "...",
"descendancyNumber" : "...",
"relationshipDescription" : "...",
"familiesAsParent" : [ { }, { } ],
"familiesAsChild" : [ { }, { } ],
"role" : "...",
"id" : "..."
},
"evidence" : [ {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"media" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"identifiers" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"extracted" : true,
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"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" : "..."
}, {
"private" : true,
"living" : true,
"gender" : {
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
},
"names" : [ {
"preferred" : true,
"date" : { },
"nameForms" : [ { }, { } ],
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"preferred" : true,
"date" : { },
"nameForms" : [ { }, { } ],
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"facts" : [ {
"date" : { },
"place" : { },
"value" : "...",
"qualifiers" : [ { }, { } ],
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"date" : { },
"place" : { },
"value" : "...",
"qualifiers" : [ { }, { } ],
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"display" : {
"name" : "...",
"gender" : "...",
"lifespan" : "...",
"birthDate" : "...",
"birthPlace" : "...",
"deathDate" : "...",
"deathPlace" : "...",
"marriageDate" : "...",
"marriagePlace" : "...",
"ascendancyNumber" : "...",
"descendancyNumber" : "...",
"relationshipDescription" : "...",
"familiesAsParent" : [ { }, { } ],
"familiesAsChild" : [ { }, { } ],
"role" : "...",
"id" : "..."
},
"evidence" : [ {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"media" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"identifiers" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"extracted" : true,
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"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" : "..."
} ],
"relationships" : [ {
"person1" : {
"resourceId" : "...",
"resource" : "..."
},
"person2" : {
"resourceId" : "...",
"resource" : "..."
},
"facts" : [ {
"date" : { },
"place" : { },
"value" : "...",
"qualifiers" : [ { }, { } ],
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"date" : { },
"place" : { },
"value" : "...",
"qualifiers" : [ { }, { } ],
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"type" : "...",
"evidence" : [ {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"media" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"identifiers" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"extracted" : true,
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"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" : "..."
}, {
"person1" : {
"resourceId" : "...",
"resource" : "..."
},
"person2" : {
"resourceId" : "...",
"resource" : "..."
},
"facts" : [ {
"date" : { },
"place" : { },
"value" : "...",
"qualifiers" : [ { }, { } ],
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"date" : { },
"place" : { },
"value" : "...",
"qualifiers" : [ { }, { } ],
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"type" : "...",
"evidence" : [ {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"media" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"identifiers" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"extracted" : true,
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"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" : "..."
} ],
"sourceDescriptions" : [ {
"citations" : [ {
"lang" : "...",
"value" : "...",
"citationTemplate" : { },
"fields" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"lang" : "...",
"value" : "...",
"citationTemplate" : { },
"fields" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"mediator" : {
"resourceId" : "...",
"resource" : "..."
},
"publisher" : {
"resourceId" : "...",
"resource" : "..."
},
"authors" : "...",
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"componentOf" : {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
},
"titles" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"identifiers" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"rights" : "...",
"replacedBy" : "...",
"replaces" : "...",
"statuses" : "...",
"lang" : "...",
"about" : "...",
"version" : "...",
"resourceType" : "...",
"mediaType" : "...",
"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" : "..."
}, {
"citations" : [ {
"lang" : "...",
"value" : "...",
"citationTemplate" : { },
"fields" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"lang" : "...",
"value" : "...",
"citationTemplate" : { },
"fields" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"mediator" : {
"resourceId" : "...",
"resource" : "..."
},
"publisher" : {
"resourceId" : "...",
"resource" : "..."
},
"authors" : "...",
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"componentOf" : {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
},
"titles" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"identifiers" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"rights" : "...",
"replacedBy" : "...",
"replaces" : "...",
"statuses" : "...",
"lang" : "...",
"about" : "...",
"version" : "...",
"resourceType" : "...",
"mediaType" : "...",
"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" : "..."
} ],
"agents" : [ {
"identifiers" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"names" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"homepage" : {
"resourceId" : "...",
"resource" : "..."
},
"openid" : {
"resourceId" : "...",
"resource" : "..."
},
"accounts" : [ {
"serviceHomepage" : { },
"accountName" : "...",
"id" : "..."
}, {
"serviceHomepage" : { },
"accountName" : "...",
"id" : "..."
} ],
"emails" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"phones" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"addresses" : [ {
"city" : "...",
"country" : "...",
"postalCode" : "...",
"stateOrProvince" : "...",
"street" : "...",
"street2" : "...",
"street3" : "...",
"street4" : "...",
"street5" : "...",
"street6" : "...",
"value" : "...",
"id" : "..."
}, {
"city" : "...",
"country" : "...",
"postalCode" : "...",
"stateOrProvince" : "...",
"street" : "...",
"street2" : "...",
"street3" : "...",
"street4" : "...",
"street5" : "...",
"street6" : "...",
"value" : "...",
"id" : "..."
} ],
"person" : {
"resourceId" : "...",
"resource" : "..."
},
"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" : "..."
}, {
"identifiers" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"names" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"homepage" : {
"resourceId" : "...",
"resource" : "..."
},
"openid" : {
"resourceId" : "...",
"resource" : "..."
},
"accounts" : [ {
"serviceHomepage" : { },
"accountName" : "...",
"id" : "..."
}, {
"serviceHomepage" : { },
"accountName" : "...",
"id" : "..."
} ],
"emails" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"phones" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"addresses" : [ {
"city" : "...",
"country" : "...",
"postalCode" : "...",
"stateOrProvince" : "...",
"street" : "...",
"street2" : "...",
"street3" : "...",
"street4" : "...",
"street5" : "...",
"street6" : "...",
"value" : "...",
"id" : "..."
}, {
"city" : "...",
"country" : "...",
"postalCode" : "...",
"stateOrProvince" : "...",
"street" : "...",
"street2" : "...",
"street3" : "...",
"street4" : "...",
"street5" : "...",
"street6" : "...",
"value" : "...",
"id" : "..."
} ],
"person" : {
"resourceId" : "...",
"resource" : "..."
},
"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" : "..."
} ],
"events" : [ {
"date" : {
"original" : "...",
"formal" : "...",
"normalized" : [ { }, { } ],
"confidence" : "...",
"id" : "..."
},
"place" : {
"original" : "...",
"normalized" : [ { }, { } ],
"description" : "...",
"confidence" : "...",
"id" : "..."
},
"roles" : [ {
"person" : { },
"details" : "...",
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"person" : { },
"details" : "...",
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"type" : "...",
"evidence" : [ {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"media" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"identifiers" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"extracted" : true,
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"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" : "..."
}, {
"date" : {
"original" : "...",
"formal" : "...",
"normalized" : [ { }, { } ],
"confidence" : "...",
"id" : "..."
},
"place" : {
"original" : "...",
"normalized" : [ { }, { } ],
"description" : "...",
"confidence" : "...",
"id" : "..."
},
"roles" : [ {
"person" : { },
"details" : "...",
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"person" : { },
"details" : "...",
"type" : "...",
"attribution" : { },
"sources" : [ { }, { } ],
"analysis" : { },
"notes" : [ { }, { } ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"type" : "...",
"evidence" : [ {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"media" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"identifiers" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"extracted" : true,
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"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" : "..."
} ],
"places" : [ {
"names" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"temporalDescription" : {
"original" : "...",
"formal" : "...",
"normalized" : [ { }, { } ],
"confidence" : "...",
"id" : "..."
},
"latitude" : 12345.0,
"longitude" : 12345.0,
"spatialDescription" : {
"resourceId" : "...",
"resource" : "..."
},
"place" : {
"resourceId" : "...",
"resource" : "..."
},
"jurisdiction" : {
"resourceId" : "...",
"resource" : "..."
},
"display" : {
"name" : "...",
"fullName" : "...",
"type" : "...",
"id" : "..."
},
"type" : "...",
"evidence" : [ {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"media" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"identifiers" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"extracted" : true,
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"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" : "..."
}, {
"names" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"temporalDescription" : {
"original" : "...",
"formal" : "...",
"normalized" : [ { }, { } ],
"confidence" : "...",
"id" : "..."
},
"latitude" : 12345.0,
"longitude" : 12345.0,
"spatialDescription" : {
"resourceId" : "...",
"resource" : "..."
},
"place" : {
"resourceId" : "...",
"resource" : "..."
},
"jurisdiction" : {
"resourceId" : "...",
"resource" : "..."
},
"display" : {
"name" : "...",
"fullName" : "...",
"type" : "...",
"id" : "..."
},
"type" : "...",
"evidence" : [ {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"resourceId" : "...",
"resource" : "...",
"attribution" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"media" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"identifiers" : {
"property1" : [ "...", "..." ],
"property2" : [ "...", "..." ]
},
"extracted" : true,
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"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" : "..."
} ],
"documents" : [ {
"text" : "...",
"type" : "...",
"extracted" : true,
"textType" : "...",
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"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" : "..."
}, {
"text" : "...",
"type" : "...",
"extracted" : true,
"textType" : "...",
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"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" : "..."
} ],
"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" : "..."
}