On 29/09/11 15:20, Luis Daniel Ibáñez González wrote:
Correcting myself in case someone wants to do it with the dbpedia
webinterface: the syntax is:
http://docs.openlinksw.com/virtuoso/fn_GROUP_CONCAT.html
>
Now, back to Jena, suppose that I want that aggregated data from dbpedia to
do something else that needs programming, can I query this endpoint with its
syntax?

You can do it but the higher level abstractions for sending queries wil not work. They depend on legal SPARQL syntax.

You can make your own QueryExecution object:

new QueryEngineHTTP(String serviceURI, String queryString)

which does not look in query string, just passes it on.


or just do the HTTP GET yourself and use the result set parser.

        Andy

Reply via email to