-
Notifications
You must be signed in to change notification settings - Fork 7
FAqT Service using Ripple
- FAqT Service describes how to implement one using Python/SUrF/rdflib
- http://ripple.fortytwo.net/
Figuring out how to use Ripple to implement a FAqT Service.
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
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/
- 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)