Re: [Virtuoso-users] sparql compiler syntax

2009-04-11 Thread Ivan Mikhailov
Hello Steve, Sorry, there's no way of writing that without <>. OTOH you may make things shorter by using BASE, not only PREFIX. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com On Fri, 2009-04-10 at 14:52 -0700, Steve Judkins wrote: > Hi all, >Is there any way of

[Virtuoso-users] sparql compiler syntax

2009-04-10 Thread Steve Judkins
Hi all, Is there any way of prefixing URIs with special encoded chars that doesn't cause SPARQL to complain? It doesn't seem to like encoded chars outside <> enclosures: Works: SELECT * WHERE { ?p ?o } Doesn't Work: PREFIX db: