SPARQL Federated Queries
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.
{{#scite: |reference=Schwarte_2011 |type=inbook |title=FedX: A Federation Layer for Distributed Query Processing on Linked Open Data |authors=Andreas Schwarte;Peter Haase;Katja Hose;Ralf Schenkel;Michael Schmidt |booktitle=Lecture Notes in Computer Science |publisher=Springer Berlin Heidelberg |pages=481–486 |doi=10.1007/978-3-642-21064-8_39 |isbn=9783642210648 |issn=1611-3349 |year=2011 |url=http://dx.doi.org/10.1007/978-3-642-21064-8_39 }}
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
{{#scite: |reference=saleem2015ls |type=journal-article |title=LSQ: The Linked SPARQL Queries Dataset |authors=Muhammad Saleem;Muhammad Intizar Ali;Aidan Hogan;Qaiser Mehmood;Axel-Cyrille Ngonga Ngomo |journal=The Semantic Web - ISWC 2015 |publisher=Springer International Publishing |issn=0302-9743;1611-3349|+sep=; |pages=261-269 |doi=10.1007/978-3-319-25010-6_15 |year=2015 |retrieved-from=https://doi.org/ |retrieved-on=2024-07-09 }}
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.
{{#scite: |reference=Merono_Penuela_2016 |type=inbook |title=grlc Makes GitHub Taste Like Linked Data APIs |authors=Albert Meroño-Peñuela;Rinke Hoekstra |booktitle=Lecture Notes in Computer Science |publisher=Springer International Publishing |pages=342--353 |doi=10.1007/978-3-319-47602-5_48 |isbn=9783319476025 |issn=1611-3349 |year=2016 |url=http://dx.doi.org/10.1007/978-3-319-47602-5_48 }}
querypulator
Querypulator is a tool related to SPARQL query processing. For more information, please refer to the querypulator GitHub repository.