You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you see any reason, why SPARQLStore should inherit from SPARQLConnector? Maybe it is better to just instantiate a SPARQLConnector and use it in the SPARQLStore. That would provide a clearer structure in my eyes.
When I instantiate a
Graph
with theSPARQLStore
and callquery()
on it I get:while I would expect an Exception.
Reproduce it with:
This is caused by the fact, that the
SPARQLStore
inherits fromSPARQLConnector
:Two issues:
SPARQLStore
inherit fromSPARQLConnector
?SPARQLStore
should defineupdate
and return en Exception.The text was updated successfully, but these errors were encountered: