[openbiblio-dev] Progress on Collections
Rufus Pollock
rufus.pollock at okfn.org
Fri Jan 14 02:42:24 UTC 2011
Yesterday and today Richard and I have worked heavily on:
a) Getting openbiblio + virtuoso working robustly (we finally have it
running on both his and my machine)
b) Developing a collections API: <http://bibliographica.org/collection>
So far we have RESTful create, update and search working (based off
http://bibliographica.org/collection) with a JSON model that looks
like:
{
'title': val,
'user': userid,
'works': [ list of uris ]
}
This then serializes into mini graphs named after uris of the form:
<http://bibliographica.org/collection/{uuid}>
Rufus
More information about the openbiblio-dev
mailing list