On 8/9/07, whit <[EMAIL PROTECTED]> wrote: > soooooo... if I add a FROM <my-graph-uri> my problem should be solved?
FROM <my-graph-uri> will cause the RDF dereferenced from that URI to comprise the default graph. Since the default graph is matched by default, any SPARQL patterns in the query will be matched against that graph (as long as GRAPH is not used) > A broader consideration: it occurs to me that a configuration system might > be good for problems like this (really I should chose whether to deal with > dawg compliance in my code not rdflibs). It also would provide a way to > better leverage the plugin system rather than the more static state of > affairs we have now. I agree, this would be a better approach. > Not sure what it would look like exactly but the idea is somewhat inspire by > Niklas's use of paste's config system in oort. I found paste's config system to be very powerful, unfortunately that is a WSGI-specific setup _______________________________________________ Dev mailing list Dev@rdflib.net http://rdflib.net/mailman/listinfo/dev