Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

JSON Format: GeoAnnotation

rsimon edited this page Aug 8, 2011 · 1 revision

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":{}
 }]
Clone this wiki locally