D52

From Kolflow Project

(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
| task=Task5
| task=Task5
| source=[http://hal.inria.fr/hal-00691201 Incremental characterization of RDF Triple Stores, N° RR-7941 (2012)]
| source=[http://hal.inria.fr/hal-00691201 Incremental characterization of RDF Triple Stores, N° RR-7941 (2012)]
-
| description=Algorithm to summarize the content of a base
+
| description=Many semantic web applications integrate data from distributed triple stores and to be efficient, they need to know what kind of content each triple store holds in order to assess if it can contribute to its queries. We present an algorithm to build indexes summarizing the content of triple stores. We extended Depth-First Search coding to provide a canonical representation of RDF graphs and we introduce a new join operator between two graph codes to optimize the generation of an index. We provide an incremental update algorithm and conclude with tests on real datasets.
}}
}}
[http://hal.inria.fr/hal-00691201 Incremental characterization of RDF Triple Stores, N° RR-7941 (2012)]
[http://hal.inria.fr/hal-00691201 Incremental characterization of RDF Triple Stores, N° RR-7941 (2012)]
Adrien Basse, Fabien Gandon, Isabelle Mirbel, Moussa Lo
Adrien Basse, Fabien Gandon, Isabelle Mirbel, Moussa Lo

Revision as of 12:36, 26 April 2012

Deliverable description

Code : D5.2

Task / Sub-task : Task5

Deadline : month 12

Description : Many semantic web applications integrate data from distributed triple stores and to be efficient, they need to know what kind of content each triple store holds in order to assess if it can contribute to its queries. We present an algorithm to build indexes summarizing the content of triple stores. We extended Depth-First Search coding to provide a canonical representation of RDF graphs and we introduce a new join operator between two graph codes to optimize the generation of an index. We provide an incremental update algorithm and conclude with tests on real datasets.

Concerns : [[concerns::Incremental characterization of RDF Triple Stores, N° RR-7941 (2012)]]

Status : warning.png"" is not recognized as a Boolean (true/false) value.


Incremental characterization of RDF Triple Stores, N° RR-7941 (2012) Adrien Basse, Fabien Gandon, Isabelle Mirbel, Moussa Lo