ontola / ori_api

The RDF REST API for Open Raadsinformatie.
https://id.openraadsinformatie.nl
GNU General Public License v3.0
2 stars 0 forks source link

Add memento api #2

Open rescribet opened 5 years ago

joepio commented 5 years ago

The Memento Protocol provides several implementation methods. This mostly deals with HTTP headers. However, the discoverability of this is quite low. We can deal with this in at least two ways:

  1. We could ignore the problem, and delegate all responsibility of this to the documentation and the front-end.
  2. We could add some RDF property to each resource with a link to a list of versions. This also means that every resource should have something like a /versions sub path. This increases the complexity of the API, perhaps too much.