>
> in rdflib/sparql/QueryResult.py (row 8):
> -        return '<bnode>%s</bnode' % val
> +        return '<bnode>%s</bnode>' % val

Thanks i'll make that fix..

> Querying on subgraphs does not work as I expected. A query is
> dispatched to the conjunctive graph (which is stated in the docs) and
> not only over the graph on which the query was executed. My plan was
> to query only a subgraph or a context to avoid the overhead of the
> entire store.

Your right, the default dataset (if SPARQL doesn't specify) should be
the graph the query is dispatched against.
_______________________________________________
Dev mailing list
[email protected]
http://rdflib.net/mailman/listinfo/dev

Reply via email to