From Eric:
the easiest way to get data from Open Context is to request a JSON representation of data linked to a target URI:
http://opencontext.org/sets/.json?targURI={url-encoded Pleiades URI}
Example:
http://opencontext.org/sets/.json?targURI=http://pleiades.stoa.org/places/520985
You can also have a JSON-P version as:
http://opencontext.org/sets/.json?callback=myFunction&targURI=http://pleiades.stoa.org/places/520985
See documentation here:
http://opencontext.org/about/services#query-targURI
This would be in addition to/instead of Flickr photos on the Place Details page, I think
From Eric:
This would be in addition to/instead of Flickr photos on the Place Details page, I think