Nuutti Kotivuori wrote: > - There is no way to explicitly match statements that have an > unknown origin, since the origins are just distinct blank nodes. Hey! I just thought of something. This ofcourse assumes that SPARQL would allow blank nodes to be graph names. SELECT ?s ?p ?o WHERE { GRAPH ?g { ?s ?p ?o } FILTER isBlank(?g) } Would this work? -- NakedReceived on Wednesday, 13 September 2006 17:32:11 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:17:05 GMT