Skip to content

Commit 871c5a8

Browse files
conclusion clarified to make the finding more specific
1 parent 4d4afa1 commit 871c5a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

section/conclusion.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
\section{Conclusion}
22

33
This paper reported on preliminary tests to add guided link traversal support into the Comunica querying engine using a rule-based reachability approach.
4+
A similar approach could be performed with other SPARQL query engines supporting Link Traversal Query Processing.
45
Our preliminary results show that our rule-based reachability criterion can significantly reduce the execution time of queries aligned with hypermedia description constraints compared to predicate-based reachability
56
opening the possibility for faster and more versatile traversal-based query execution over fragmented RDF documents.
67
Our experiment also highlights that the size of the internal data store might have more impact on performance than noted in previous studies.
7-
In future work, we will perform more exhaustive evaluations of other types of domain-oriented fragmentation strategies such as string evaluation and geospatial,
8+
In future work, we will perform more exhaustive evaluations of other types of domain-oriented fragmentation strategies such as string and geospatial evaluations,
89
and investigate how to generalize our approach to support more expressive online reasoning for online source selection during traversal queries.
9-
Furthermore, we also showed there is still room for optimization by researching ways for pruning useless quads from the internal quadstore as the link traversal is happening.
10+
Furthermore, we also showed there might still be room for optimization by researching ways for pruning useless triples from the internal triple store during the link traversal process.

0 commit comments

Comments
 (0)