combining SPARQL endpoints and SADI services with SHARE
13 views
Skip to first unread message
Mikel Egaña Aranguren
unread,
Jun 4, 2014, 9:39:24 AM6/4/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sadi...@googlegroups.com
Hi sadi-dev, I
have a question about the SHARE terminal client: can I combine an external triple store and a SADI service in the same SPARQL query (via federation?) and hand it to
SHARE?
Let me explain it with an example:
SPARQL endpoint "endpoint" has the triples:
a p b
a p c
SADI service "service" consumes:
d r b
d r c
And produces:
d r b
d r c
d s e
So I want SHARE to execute a query along these lines, ie part of the input RDF for the SADI service is retrieved from another endpoint (Pardon my syntax):