FamilySearchPlatform (JSON)
The FamilySearch data types define serialization formats that are specific to the FamilySearch developer platform. These
data formats are extensions of the GEDCOM X media types and provide concepts and data types
that are specific to FamilySearch and therefore haven't been adopted into a formal, more general specification.
URI: | FamilySearchPlatform |
Extends: | Gedcomx |
Properties
Name |
Type |
Description |
|
childAndParentsRelationships |
array of
ChildAndParentsRelationship
|
The child-and-parents relationships for this data set. |
|
discussions |
array of
Discussion
|
The discussions included in this data set. |
|
groups |
array of
Group
|
The groups included in this data set. |
|
trees |
array of
Tree
|
The trees included in this data set. |
|
users |
array of
User
|
The users included in this data set. |
|
merges |
array of
Merge
|
The merges for this data set. |
|
mergeAnalyses |
array of
MergeAnalysis
|
The merge analysis results for this data set. |
|
features |
array of
Feature
|
The set of features defined in the platform API. |
|
vocabConcepts |
array of
VocabConcept
|
The vocabulary concepts included in this data set. |
|
Properties inherited from Gedcomx |
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
{
"childAndParentsRelationships" : [ {
"parent1" : {
"resourceId" : "...",
"resource" : "..."
},
"parent2" : {
"resourceId" : "...",
"resource" : "..."
},
"child" : {
"resourceId" : "...",
"resource" : "..."
},
"parent1Facts" : [ {
"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" : "..."
} ],
"parent2Facts" : [ {
"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" : "..."
} ],
"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" : "..."
}, {
"parent1" : {
"resourceId" : "...",
"resource" : "..."
},
"parent2" : {
"resourceId" : "...",
"resource" : "..."
},
"child" : {
"resourceId" : "...",
"resource" : "..."
},
"parent1Facts" : [ {
"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" : "..."
} ],
"parent2Facts" : [ {
"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" : "..."
} ],
"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" : "..."
} ],
"discussions" : [ {
"title" : "...",
"details" : "...",
"created" : 12345,
"contributor" : {
"resourceId" : "...",
"resource" : "..."
},
"modified" : 12345,
"numberOfComments" : 12345,
"comments" : [ {
"text" : "...",
"created" : 12345,
"contributor" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"text" : "...",
"created" : 12345,
"contributor" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"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" : "..."
}, {
"title" : "...",
"details" : "...",
"created" : 12345,
"contributor" : {
"resourceId" : "...",
"resource" : "..."
},
"modified" : 12345,
"numberOfComments" : 12345,
"comments" : [ {
"text" : "...",
"created" : 12345,
"contributor" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"text" : "...",
"created" : 12345,
"contributor" : { },
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"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" : "..."
} ],
"groups" : [ {
"id" : "...",
"name" : "...",
"description" : "...",
"codeOfConduct" : "...",
"treeIds" : [ "...", "..." ],
"members" : [ {
"groupId" : "...",
"cisId" : "...",
"contactName" : "...",
"status" : "..."
}, {
"groupId" : "...",
"cisId" : "...",
"contactName" : "...",
"status" : "..."
} ]
}, {
"id" : "...",
"name" : "...",
"description" : "...",
"codeOfConduct" : "...",
"treeIds" : [ "...", "..." ],
"members" : [ {
"groupId" : "...",
"cisId" : "...",
"contactName" : "...",
"status" : "..."
}, {
"groupId" : "...",
"cisId" : "...",
"contactName" : "...",
"status" : "..."
} ]
} ],
"trees" : [ {
"id" : "...",
"groupIds" : [ "...", "..." ],
"name" : "...",
"description" : "...",
"startingPersonId" : "...",
"hidden" : true,
"private" : true,
"collectionId" : "...",
"ownerAccess" : "http://familysearch.org/v1/None",
"groupAccess" : "http://familysearch.org/v1/AnyApps"
}, {
"id" : "...",
"groupIds" : [ "...", "..." ],
"name" : "...",
"description" : "...",
"startingPersonId" : "...",
"hidden" : true,
"private" : true,
"collectionId" : "...",
"ownerAccess" : "http://familysearch.org/v1/AnyApps",
"groupAccess" : "http://familysearch.org/v1/AnyApps"
} ],
"users" : [ {
"contactName" : "...",
"helperAccessPin" : "...",
"fullName" : "...",
"givenName" : "...",
"familyName" : "...",
"email" : "...",
"alternateEmail" : "...",
"country" : "...",
"gender" : "...",
"birthDate" : "...",
"phoneNumber" : "...",
"mobilePhoneNumber" : "...",
"mailingAddress" : "...",
"preferredLanguage" : "...",
"displayName" : "...",
"personId" : "...",
"treeUserId" : "...",
"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" : "..."
}, {
"contactName" : "...",
"helperAccessPin" : "...",
"fullName" : "...",
"givenName" : "...",
"familyName" : "...",
"email" : "...",
"alternateEmail" : "...",
"country" : "...",
"gender" : "...",
"birthDate" : "...",
"phoneNumber" : "...",
"mobilePhoneNumber" : "...",
"mailingAddress" : "...",
"preferredLanguage" : "...",
"displayName" : "...",
"personId" : "...",
"treeUserId" : "...",
"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" : "..."
} ],
"merges" : [ {
"resourcesToDelete" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"resourcesToCopy" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ]
}, {
"resourcesToDelete" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"resourcesToCopy" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ]
} ],
"mergeAnalyses" : [ {
"survivorResources" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"duplicateResources" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"conflictingResources" : [ {
"survivorResource" : { },
"duplicateResource" : { }
}, {
"survivorResource" : { },
"duplicateResource" : { }
} ],
"survivor" : {
"resourceId" : "...",
"resource" : "..."
},
"duplicate" : {
"resourceId" : "...",
"resource" : "..."
}
}, {
"survivorResources" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"duplicateResources" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"conflictingResources" : [ {
"survivorResource" : { },
"duplicateResource" : { }
}, {
"survivorResource" : { },
"duplicateResource" : { }
} ],
"survivor" : {
"resourceId" : "...",
"resource" : "..."
},
"duplicate" : {
"resourceId" : "...",
"resource" : "..."
}
} ],
"features" : [ {
"name" : "...",
"description" : "...",
"enabled" : true,
"activationDate" : 12345
}, {
"name" : "...",
"description" : "...",
"enabled" : true,
"activationDate" : 12345
} ],
"vocabConcepts" : [ {
"description" : "...",
"note" : "...",
"gedcomxUri" : "...",
"vocabTerms" : [ {
"typeUri" : "...",
"vocabConcept" : "...",
"sublistUri" : "...",
"sublistPosition" : 12345,
"values" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"typeUri" : "...",
"vocabConcept" : "...",
"sublistUri" : "...",
"sublistPosition" : 12345,
"values" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"attributes" : [ {
"id" : "...",
"name" : "...",
"value" : "..."
}, {
"id" : "...",
"name" : "...",
"value" : "..."
} ],
"definitions" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"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" : "..."
}, {
"description" : "...",
"note" : "...",
"gedcomxUri" : "...",
"vocabTerms" : [ {
"typeUri" : "...",
"vocabConcept" : "...",
"sublistUri" : "...",
"sublistPosition" : 12345,
"values" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"typeUri" : "...",
"vocabConcept" : "...",
"sublistUri" : "...",
"sublistPosition" : 12345,
"values" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"attributes" : [ {
"id" : "...",
"name" : "...",
"value" : "..."
}, {
"id" : "...",
"name" : "...",
"value" : "..."
} ],
"definitions" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"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" : {
"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" : "..."
}