|
I am trying to make a federated query in Virtuoso without success. Here are the two sample queries I use (and found online):
and
Now when I try them both from a virtuoso server i.e. http://nl.dbpedia.org/sparql (VOS 6.1.6) I get
for the first query and
for the second while they both run fine in http://libris.kb.se/sparql |
|
This is a known issue resolved in the latest Virtuoso archive. As you are using Virtuoso open source you can get these latest updates from our github develop/6 branch and recompile a new binary to test as detailed at:
Please let me know if this resolves the problem for you ? Hi Hugh, I will need to deploy this to a live server (http://nl.dbpedia.org/sparql), is the developer branch "safe" or should I wait for the next VOS release? |
|
Hello, I think that the Virtuoso link that you provide is the version 06.01.3127 and does not support the SERVICE clause. Based on their wiki Virtuoso, SERVICE is supported from version 6.1.6. Apart from that, just a small remark for the first query. If you are taking the results for all variables inside the SERVICE clause then the inner SELECT is not required because SERVICE comes up from default with a SELECT * WHERE { }. So better would be:
kind regards, Christos Thank you Christos but the version you state is not the VOS release, it should be a plugin vesrion (or something) |

