How it looks
Given triples such asuser:ethan schema:worksAt org:wazoo, you can query for
all employees:
SPARQL vs. vector search
| Dimension | SPARQL | Vector search |
|---|---|---|
| Precision | Exact, deterministic | Approximate, probabilistic |
| Best for | Structured relationships | Semantic similarity |
| Output | Verified facts | Ranked candidates |
Learn more
- Academy: Logical reasoning with SPARQL — guided walkthrough
- Querying guide — advanced query patterns