Hi Danny, Thanks. Do you mean that I can use the SPARQL_Query class to do this in the same way? I don't need fuseki to expose a HTTP endpoint, as I can use Tomcat for that. I've had a look at the SPARQL_Query class, but there's not obvious method to execute a SPARQL query, which returns a Jena Model, like the ARQ APIs do.
Is there an example of the SPARQL_Query class in use within a Java application? -- Rob On 27 February 2011 18:19, Danny Ayers <[email protected]> wrote: > Different kinds of query produce different types of results, so a > qe.execSparql() couldn't work directly, some kind of > switching/wrapping is needed. > > The way Fuseki does this is around: > > org.openjena.fuseki.servlets.SPARQL_Query > > Cheers, > Danny. > > > -- > http://danny.ayers.name >
