Closed GoogleCodeExporter closed 9 years ago
My bad. The above query was rejected, but not by the parser.
However, the following query works for SPARQLER, but is rejected
by the parser.
if __name__ == '__main__':
from rdflib import URIRef, plugin, store
from rdflib.Graph import Graph
mystore = plugin.get('IOMemory', store.Store)()
graph = Graph(mystore, URIRef("http://foo#bar"))
query = """
select ?s ?o ?c
where {graph ?c {?s <http://foo#z> ?o} . filter (?s = <http://foo#a>) }
"""
graph.query(query)
Original comment by bob.macg...@gmail.com
on 5 Mar 2008 at 4:03
Original comment by eik...@gmail.com
on 10 Feb 2009 at 8:29
Original comment by eik...@gmail.com
on 1 Feb 2010 at 8:36
These issues involve bits that have been moved out of rdflib proper for now. We
will re-open them
or move them to rdfextas as appropriate.
Original comment by eik...@gmail.com
on 11 Feb 2010 at 6:06
Original issue reported on code.google.com by
bob.macg...@gmail.com
on 5 Mar 2008 at 7:18