hbz / oerworldmap.prototype

OER World Map Prototype
2 stars 4 forks source link

Support RDF data in PUT requests #24

Closed fsteeg closed 10 years ago

fsteeg commented 10 years ago

See #23

Specify RDF serialization in Content-Type header of the request. Data is internally loaded into an RDF model, serialized as compact JSON-LD with expanded arrays, and stored in Elasticsearch. See API documentation page for supported content types and sample request.

Deployed to staging: http://staging.api.lobid.org/oer

fsteeg commented 10 years ago

@literarymachine it probably makes sense if you do the functional review for this (+1 if it works for you)

literarymachine commented 10 years ago

+1

fsteeg commented 10 years ago

Reassigning to @dr0i for code review.