Expand description
Shared query execution for HTTP /query, MCP query_sparql, and WS /qualia-bridge.
Routes full SPARQL (SELECT/ASK/PREFIX/RDF-Star) through sparql_library;
simple N-Triples patterns continue to use the bytecode fast path.
Structs§
Enums§
Constants§
Functions§
- detect_
query_ engine - Detect whether a query should use the SPARQL library instead of the bytecode VM.
- execute_
ntriples_ metrics - Metrics-only path for WebSocket benchmarks (no result serialisation).
- execute_
ntriples_ pattern_ on_ graph - Compile and run a single N-Triples pattern against
graph. - execute_
query_ on_ graph - Unified graph query entry point.
- execute_
sparql_ on_ graph - Execute SPARQL SELECT/ASK via the library planner + executor.
- make_
star_ annotation - Build RDF-Star annotation quins for tests:
<<s p o>> ann pred val.