Difference between revisions of "SPARQL Federated Queries"
(Created page with "== Federated Queries == === W3C Federated Query Standard === ==== FedX ==== FedX is a federation layer for distributed query processing on Linked Open Data. {{#scite: |refe...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Federated Queries == | == Federated Queries == | ||
− | |||
=== W3C Federated Query Standard === | === W3C Federated Query Standard === | ||
+ | https://www.w3.org/TR/sparql11-federated-query/ | ||
==== FedX ==== | ==== FedX ==== | ||
Line 76: | Line 76: | ||
=== querypulator === | === querypulator === | ||
− | Querypulator is a tool related to SPARQL query processing. For more information, please refer to the querypulator GitHub repository. | + | Querypulator is a tool related to SPARQL query processing. For more information, please refer to the [https://github.com/wmde/queripulator querypulator GitHub repository]. |
[[Category:snapquery]] | [[Category:snapquery]] |
Latest revision as of 14:19, 10 July 2024
Federated Queries
W3C Federated Query Standard
https://www.w3.org/TR/sparql11-federated-query/
FedX
FedX is a federation layer for distributed query processing on Linked Open Data.
Muhammad Saleem's Work on Federated Queries
Scholar | |
---|---|
wikiDataId | Q113451134→Q113451134 |
name | Saleem |
firstName | Muhammad |
description | Researcher ORCID(0000-0001-9648-5417) |
homepage | |
orcid | 0000-0001-9648-5417→0000-0001-9648-5417 |
dblpId | 41/6317-2→41/6317-2 |
googleScholarUser | 2njk8qoAAAAJ→2njk8qoAAAAJ |
linkedInId | muhammad-saleem-76272a2b→muhammad-saleem-76272a2b |
researchGate | → |
gndId | → |
smartCRMId | → |
affiliations | →[[]] |
LSQ: The Linked SPARQL Queries Dataset
LSQ (Linked SPARQL Queries Dataset) is a notable work by Saleem et al. This dataset provides a valuable resource for analyzing and understanding SPARQL query patterns and usage.
μ-Bench: Real-world Micro Benchmarking for SPARQL Query Processing over Knowledge Graphs
This work, presented at IJCKG 2022, focuses on micro-benchmarking for SPARQL query processing over knowledge graphs.
FEASIBLE: A Feature-Based SPARQL Benchmark Generation Framework
FEASIBLE is a framework for generating SPARQL benchmarks based on features of real-world queries.
grlc
grlc is a middleware by Meroño-Peñuela et al that simplifies the process of exposing Linked Data via a RESTful API by translating existing SPARQL queries stored in GitHub repositories into Swagger Web APIs on the fly. The metadata for queries is kept as 'SPARQL Decorators' in .rq files. grlc supports parameterized queries and generates plausible parameter values by introducing non-standard naming conventions and using additional SPARQL queries. grlc supports content negotiation and caches API specifications to enhance performance.
querypulator
Querypulator is a tool related to SPARQL query processing. For more information, please refer to the querypulator GitHub repository.