It also means that you can load a triple store (eg TDB) with some RDF using 
jena command line tools (tdbloader, tdbloader2), deploy a fuseki instance that 
connects to the triple store, then use a sparql client (e.g. 
http://sparqlclient.eionet.europa.eu/) to execute SPARQL against the data 
without writing a single line of java/php/ruby/php/c#, etc code.


On 4/3/17, 1: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.
    >> >
    >>
    >>
    

Reply via email to