Connected Intelligence

Summary

A huge amount of Linked Data is available on the Web, and much more will be exposed soon as little devices such as sensors enter the realm of the Linked Data via the Web of Things. To answer queries over the current Web of Linked Data, there historically exists two main approaches. The first approach consists in dumping all the data from the sources one wants to query, then executing the query on these local dumps. The other approach consists in requesting the SPARQL endpoint of a dataset to execute a query for us. The Linked Data Fragments initiative [1,2] puts these two approaches at two ends of a scale, and suggest there exists approaches in between for which the computation of the query is neither fully on the server, nor fully on the client. The first new such approach is named Triple Pattern Fragments, and consists in exposing a dataset through a web inferface that data clients can use to select triples according to a fixed subject, and/or predicate, and/or object.

On the Web of Things, various devices are to expose some time-changing RDF graphs, and applications need to query this data. Due to their memory constraints, we should not assume that these devices may expose a SPARQL endpoint. On the other hand, due to their battery constraints, one should not dump every data from every device to answer a simple query, as the data may be irrelevant for the query. Finally, due to accessibility constraints, one should not need a high number of triple pattern fragment calls to retrieve just a simple RDF graph.

Hence the solutions described above are deemed to be bad fits for querying the Linked Data on the Web of Things. The objective of this internship is to propose alternative solutions that could be implemented in a gateway. In particular, we assume that the gateway has information about locations where RDF graphs can be dumped, the shape of these RDF graphs, and potentially some more contextual information about the devices.

Expected results

Theoretical

Practical

References