curationexperts / qa-ldf

Providies bindings from Questioning Authority to the linked data caching fragment server for fast query of RDF-based authorities.
Other
3 stars 1 forks source link

Implement #find for LDF Based Authorities #5

Closed no-reply closed 7 years ago

no-reply commented 7 years ago

This is one third of the basic Qa::LDF interface. The other two parts are #search and #all.

Implements a basic authority outline, provides utilities for set up/tear down of a caching service for the test suite with Rack.

Mapping from RDF to JSON is provided via a Mapper interface, which is hard coded for the time being.

A client interface creates a clean break between the QA side and the cache server.