You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.
The GeoAnnotations JSON object has the following fields:
uri: the OAC target of the annotation
label: a screen label for the annotation
dataset: the dataset this annotation is contained in
rootDataset: the root dataset, i.e. the highest-level parent dataset of the containing dataset
properties: a freely-defined key/value list of metadata properties for this annotation
JSON Example:
[{
"uri":"http://www.google.com/books?id\u003d2X5KAAAAYAAJ\u0026pg\u003dPA294",
"label":"The Works of Cornelius Tacitus: The History: Cornelius Tacitus. 1805. Page 294",
"dataset":"The Works of Cornelius Tacitus: The History:Page 294",
"rootDataset":"Google Ancient Places",
"properties":{}
},{
"uri":"http://www.google.com/books?id\u003d2X5KAAAAYAAJ\u0026pg",
"label":"The Works of Cornelius Tacitus: The History: Cornelius Tacitus. 1805. Page 294",
"dataset":"The Works of Cornelius Tacitus: The History:Page 294",
"rootDataset":"Google Ancient Places",
"properties":{}
}]