Expand description
SPARQL 1.1 Federated Query (SERVICE)
Implements federated query support with DID integration for CORS handling.
Structs§
- DidCors
Helper - DID-based CORS helper
- Federated
Query - A federated query: a SPARQL query to run across one or more services.
- Federated
Query Engine - Federated query engine — dispatches queries across local and remote services.
- Federated
Query Handler - SPARQL Federated Query Handler — a DID-registry front over the URL-based
FederatedQueryEngine. It maps a DID to a concrete endpoint URL string and dispatches remote SPARQL requests through the same real HTTP transport. - Federated
Query Result - The outcome of executing a single query against a single federated service.
- Federated
Result - Federated query result
- Federated
Service - A federated service endpoint identified by a readable URL string.
- Service
Endpoint - SERVICE endpoint configuration