incf-nidash / nidm-api

A restful api and client for NIDM
http://nidm-api.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Access remote query endpoints using SPARQLStore #20

Open nicholsn opened 9 years ago

nicholsn commented 9 years ago

rdflib provides an interface for using SPARQLStore and SPARQLUpdateStore interfaces to query remote sparql endpoints.

At some point it would be great to have the option to run queries over such remote stores, for example see: https://github.com/nicholsn/niquery/blob/master/niquery/query.py#L26

vsoch commented 9 years ago

yeah... that involves looking at sparql things... you can add that part :)

nicholsn commented 9 years ago

haha, figured as much =)

On Fri, Oct 30, 2015 at 4:00 PM, Assenav Sochat notifications@github.com wrote:

yeah... that involves looking at sparql things... you can add that part :)

— Reply to this email directly or view it on GitHub https://github.com/incf-nidash/nidm-api/issues/20#issuecomment-152669969 .