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 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 {    
>    <http://dbpedia.org/resource/Mercury_%28automobile%29> ?p ?o
> }
> 
> Doesn't Work:
> PREFIX db: <http://dbpedia.org/resource/>
> SELECT * WHERE {    
>    db:Mercury_%28automobile%29 ?p ?o
> }
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> _______________________________________________ Virtuoso-users mailing list 
> Virtuoso-users@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users


Reply via email to