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
}

Reply via email to