Hi, My question is straightforward, but I didn't find it through Google. Actually, I ran into someone with the same problem, but there was no answer in the thread. How should I escape things like the parenthesis in: PREFIX dbpedia: <http://dbpedia.org/resource/> SELECT ?p ?o WHERE { dbpedia:Orange_(fruit) ?p ?o . } (Gives error about "(" ) Note that the following does work: SELECT ?p ?o WHERE { <http://dbpedia.org/resource/Orange_(fruit)> ?p ?o . } Thanks, Arjon Buikstra P.S. Thanks for the comments on my Union question, it really helped to clarify the problem!Received on Thursday, 24 June 2010 11:08:34 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 24 June 2010 11:08:35 GMT