rdfstore-js
rdfstore-js copied to clipboard
startObservingQuery does not seem to work with prefixes
First off - excellent library. Just started playing around, so I might be off on this issue.
To reproduce
- Create store
- startObserviceQuery with a SPARQL query that uses PREFIX notation > an update is triggered with no results
- Add triples matching the query > No update is triggered
This works
- Create store
- startObserviceQuery with a SPARQL query that uses full IRIs without prefixes > an update is triggered with no results
- Add triples matching the query > Update is triggered as expected