Skip to content

FAqT Service using Ripple

timrdf edited this page Mar 16, 2013 · 11 revisions

What's first

What we'll cover

Figuring out how to use Ripple to implement a FAqT Service.

Let's get to it

issue 72

https://github.com/timrdf/DataFAQs/issues/72

 rc.removeStatements(null, null, null, null)

if you request results in a quads format (e.g. TriG), you'll see the actual cached named graphs

in the Ripple distro (from downloads):

cd ripple-demo

./ripple.sh

and https://github.com/joshsh/ripple/wiki

Historical Note on Ripple

Tools which provide a uniform view of the Web of Data by dynamically fetching Linked Data documents in response to queries...

In pre-Ripple, pre-LinkedDataSail days, the two libraries I was aware of were Tabulator's AJAR and the Semantic Web Client Library [1], which I believe later evolved into the SPARQL-over-LD functionality that it has today, supporting SQUIN [2]. However, I have never used SWCL or SQUIN, nor looked at them very closely. A newer tool with similar functionality (I believe) is the Linked Media Framework [3].

-Josh

[1] http://wifo5-03.informatik.uni-mannheim.de/bizer/ng4j/semwebclient/ [2] http://squin.sourceforge.net/ [3] https://code.google.com/p/lmf/

What's next

  • Configure a FAqT Brick to invoke your new Ripple FAqT Service.
  • A different way to implement a FAqT Service: [Beautiful Soup](FAqT Service using Beautiful Soup)
Clone this wiki locally