145 passing SPARQL library tests. ~35 KB memory per query. SELECT, PREFIX, FILTER, and RDF-Star unified on POST :4242/query via qualia-cli daemon --dev.
Over 1.2M ops/s on point lookups. Zero-heap allocation ensures predictable latency.
AS OF and AT TIME for graph history navigation.
Secure SERVICE federation with W3C DIDs.
Native SPARQL-Star for quoted triples and edge annotations.
Query results can be gated by SHACL shapes and N3 defeasible rules before LLM inference. Try the live logic demos.
Modalities Observatory →QualiaDB supports RDF-Star (SPARQL-Star) natively, allowing you to query about triples as first-class citizens. This enables edge annotations, provenance tracking, and graph metadata queries.
RDF-Star extends RDF by allowing triples to appear as subjects or objects of other triples. This is done by wrapping triples in angle brackets: << ?s ?p ?o >>
Navigate graph history with AS OF and AT TIME syntax. Perfect for Merkle-DAG integration and temporal reasoning.
Returns the graph state as it existed at a specific timestamp.
Query within a specific time window.
Spatial queries with geometry operations like sfWithin, sfIntersects, and sfContains.
Tests if geometry is within another geometry
Tests if geometries intersect
Tests if geometry contains another