You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
5
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
5
6
opening the possibility for faster and more versatile traversal-based query execution over fragmented RDF documents.
6
7
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,
8
9
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