-
Notifications
You must be signed in to change notification settings - Fork 25
Add links to OpenContext content #6
Copy link
Copy link
Open
Labels
Description
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/520985You can also have a JSON-P version as:
http://opencontext.org/sets/.json?callback=myFunction&targURI=http://pleiades.stoa.org/places/520985See 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
Reactions are currently unavailable