Skip to content

FAqT Service using Ripple

timrdf edited this page Jul 31, 2012 · 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

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

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