Slightly lateral on the topic but we use a Thrift endpoint compiled against Jena to allow multiple languages to use Jena. Think interface supporting sparql, sparul and bulk load...
On 3 Apr 2017 6:36 pm, "Martynas Jusevičius" <[email protected]> wrote: > By using uniform protocols such as HTTP and SPARQL (over HTTP), you > decouple server implementation from client implementation. > > You can execute SPARQL commands on Fuseki using PHP, C#, JavaScript or > any other language. But that involves networking. > > You can only use the Jena API from Java (and then some JVM-compatible > languages). > > On Mon, Apr 3, 2017 at 5:02 PM, javed khan <[email protected]> wrote: > > Thank you Lorenz, I have read that website but unfortunately did not get > > the concept. Let me try to read it again. > > > > > > > > On Mon, Apr 3, 2017 at 4:35 PM, Lorenz Buehmann < > > [email protected]> wrote: > > > >> Javed ... > >> > >> I'll simply cite the "slogan" from the web page [1] and recommend to > >> read [2] > >> > >> "Fuseki: serving RDF data over HTTP" > >> > >> > >> > >> [1] https://jena.apache.org/documentation/serving_data/ > >> > >> [2] https://jena.apache.org/documentation/fuseki2/ > >> > >> > >> On 03.04.2017 14:54, javed khan wrote: > >> > Hi > >> > > >> > Why we need fuseki server in semantic web applications. We can run > SPARQL > >> > queries without it, like we do using Jena syntax. > >> > > >> > >> >
