This is the json-format behind this website: http://www.simile-widgets.org/exhibit/examples/presidents/presidents.html
{
items: [
{ label: 'George Washington',
type: 'President',
presidency: 1,
index: 1,
term: [ 1, 2 ],
dieInOffice: 'no',
imageURL: 'http://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Portrait_of_George_Washington.jpeg/100px-Portrait_of_George_Washington.jpeg',
url: 'http://en.wikipedia.org/wiki/George_Washington',
party: "No Party",
birth: '1732-02-22',
death: '1799-12-14',
birthPlace: 'Westmoreland County, Virginia, USA',
deathPlace: 'Mount Vernon, Virginia',
religion: [ "Anglican", "Episcopal", "Deist" ]
},
]
}