Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The current native SPARQL implementation uses a pretty much hard-coded structure for implementing SPARQL functions. This makes it hard to add extended functionality, e.g. multimedia or geo queries that are supported by certain databases.
Instead, we could implement an extended version of Sesame's function registry where functions with their native database implementations are registered automatically.