EasierRDF icon indicating copy to clipboard operation
EasierRDF copied to clipboard

Idea: Build powerful query engines

Open dbooth-boston opened this issue 5 years ago • 2 comments

"build powerful query engines such that app developers do not need to write HTTP requests (every data access should be a query, read or write)" https://lists.w3.org/Archives/Public/semantic-web/2018Dec/0009.html

dbooth-boston avatar Dec 08 '18 02:12 dbooth-boston

From Ruben Verborgh:

The usage of such query engines is best illustrated here: https://ruben.verborgh.org/blog/2017/12/20/paradigm-shifts-for-the-decentralized-web/#interfaces-become-queries-p-5

In essense, by not binding applications to concrete (but inevitable changing) HTTP requests, we bind them to queries, which declarative indicate the data operation. These queries are then translated at runtime into concrete requests.

An example of such an engine is Comunica: http://query.linkeddatafragments.org/

It decomposes a query into HTTP requests, depending on the capabilities of the servers it talks to.

dbooth-boston avatar Dec 17 '18 21:12 dbooth-boston

Base for that exists in Comunica

ktk avatar Mar 05 '19 10:03 ktk