Implementing RDQL in Rasqal - Structure
- Query syntax parsing into...
- Abstract query construct made from sequences of:
- source URIs (
from) - binding variables (
select) - triples to select (
where) - constraint clauses
- namespace / URI prefixes (expanded)
- source URIs (
- Query construction/access API
- TripleSource(uri) interface providing...
- TriplesMatch(s,p,o) interface
- Factories for TriplesSource via Redland or Raptor (TODO)