Skip to main content

Module sparql_federated

Module sparql_federated 

Source
Expand description

SPARQL 1.1 Federated Query (SERVICE)

Implements federated query support with DID integration for CORS handling.

Structs§

DidCorsHelper
DID-based CORS helper
FederatedQuery
A federated query: a SPARQL query to run across one or more services.
FederatedQueryEngine
Federated query engine — dispatches queries across local and remote services.
FederatedQueryHandler
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.
FederatedQueryResult
The outcome of executing a single query against a single federated service.
FederatedResult
Federated query result
FederatedService
A federated service endpoint identified by a readable URL string.
ServiceEndpoint
SERVICE endpoint configuration