[Virtuoso-users] Problem with SPARQL query (or dataset?)

2008-04-30 Thread robl
Hi, I have a fairly complete en version of the DBpedia dataset loaded into Virtuoso OS. I can perform the following query and it returns data as expected : SELECT ?p ?o WHERE { ?p ?o } Which returns one result : p : http://dbpedia.org/property/redi

Re: [Virtuoso-users] DBpedia and Virtuoso SPARQL Query

2008-04-30 Thread robl
Hugh Williams wrote: Hi Rob, The following change to the query should work: SELECT ?subject ?predicate ?object WHERE { ?subject ?predicate ?object. ?object bif:contains "'%Queen%Elizabeth%'" } Note the single quotes around the % characters. Doesn't this match objects rather than subjects