Sv: Posting query over HTTP on Fuseki (webapp) on Tomcat

2020-06-16 Thread Glenn TheMan
server is at http://localhost:8080/fuseki/ and the URL is: http://localhost:8080/fuseki/model1/ You can replace the ROOT webapp then no "fuseki/" should work. Andy On 16/06/2020 10:49, Martynas Jusevičius wrote: > I think the port is 3030 by default. > > On Tue, 16 Jun 2

Sv: Posting query over HTTP on Fuseki (webapp) on Tomcat

2020-06-16 Thread Glenn TheMan
@jena.apache.org Ämne: Re: Posting query over HTTP on Fuseki (webapp) on Tomcat I think the port is 3030 by default. On Tue, 16 Jun 2020 at 11.28, Glenn TheMan wrote: > I am running Fuseki (3.14.0) as a webapp on Tomacat on localhost:8080. > The Fusekia interface is accessible on > http://local

Posting query over HTTP on Fuseki (webapp) on Tomcat

2020-06-16 Thread Glenn TheMan
I am running Fuseki (3.14.0) as a webapp on Tomacat on localhost:8080. The Fusekia interface is accessible on http://localhost:8080/fuseki/index.html but what port is used for posting a SPARQL query over HTTP to the server. I have a dataset named "model1" that I want to query. I use Postman

Sv: Visualization module/webapp of statements from Fuseki endpoint

2020-05-06 Thread Glenn TheMan
[cid:_2_CD99420CCD993F8400695507C125855F] twitter: @semanticfire tel. +31(0)6-53182997 Netage B.V. http://netage.nl<http://netage.nl/> Esdoornstraat 3 3461ER Linschoten The Netherlands [cid:_2_CD99567CCD9953F400695507C125855F] From: Glenn TheMan To:"users@jena.apache

Visualization module/webapp of statements from Fuseki endpoint

2020-05-05 Thread Glenn TheMan
Hi, I am running Fuseki as an webapp inside Tomcat. I was wondering if there is a module or webapp to easy install in tomcat to visualise statement from the Fuseki endpoint. I was thinking trying to build a separate webapp (war file) with WebOWL static HTML+JS files. But JS library leaves much

Sv: Union different dataset in Fuseki

2020-04-24 Thread Glenn TheMan
different dataset in Fuseki SELECT ?s ?p ?o WHERE { { ?s ?p ?o } UNION { SERVICE <http://localhost:8080/fuseki/model2> { ?s ?p ?o } } } This validates, you can check here: http://sparql.org/ Should work :) On Thu, Apr 23, 2020 at 6:55 PM Glenn TheMan wrote: &g

Sv: Union different dataset in Fuseki

2020-04-23 Thread Glenn TheMan
Merlin [1] https://en.wikibooks.org/wiki/SPARQL/UNION -Ursprüngliche Nachricht- Von: Glenn TheMan Gesendet: Donnerstag, 23. April 2020 15:27 An: users@jena.apache.org Betreff: Sv: Union different dataset in Fuseki I see you point Merlin. I am new to federated query as you guessed :) I d

Sv: Union different dataset in Fuseki

2020-04-23 Thread Glenn TheMan
is is the SPARQL language recommendation with good examples to start from. (union with graph pattern) Best Merlin [1] https://www.w3.org/TR/sparql11-query/#specifyingDataset [2] https://jena.apache.org/tutorials/sparql_datasets.html -Ursprüngliche Nachricht- Von: Glenn TheMan Gesendet: D

Sv: Union different dataset in Fuseki

2020-04-23 Thread Glenn TheMan
ows for configuring to query the UNION of both On 23.04.20 12:05, Glenn TheMan wrote: > Hi, I am trying to merge two models (with some redundant info) that are > persist in two different dataset's in Fuseki (3.14). I am using the included > SPARQL query console and set the endpoint for

Union different dataset in Fuseki

2020-04-23 Thread Glenn TheMan
Hi, I am trying to merge two models (with some redundant info) that are persist in two different dataset's in Fuseki (3.14). I am using the included SPARQL query console and set the endpoint for the query to http://localhost:8080/fuseki/. How would the SPARQL syntax look like to merge the

Sv: Running Fuseki stand-alone - where is FUSEKI_BASE?

2020-04-09 Thread Glenn TheMan
USEKI_BASE. Relative files are resolved against the current directory. The fuseki-server script does not change current directory. Andy On 07/04/2020 10:05, Glenn TheMan wrote: > Hi, I am running Fuseki 3.14 as stand-alone but I have a problem > understanding where the process is run

Running Fuseki stand-alone - where is FUSEKI_BASE?

2020-04-07 Thread Glenn TheMan
Hi, I am running Fuseki 3.14 as stand-alone but I have a problem understanding where the process is running. I've set FUSEKI_HOME in /etc/environment in Ubuntu and sourced it. FUSEKI_HOME="/home/myhome/Development/jena/apache-jena-fuseki" According to the documentation the FUSEKI_BASE is

Sv: Sv: Sv: Embed Fuseki in Spring Boot (Jetty 9.4)

2020-04-02 Thread Glenn TheMan
ss for FusekiServer? //Cheers Från: Andy Seaborne Skickat: den 31 mars 2020 12:17 Till: users@jena.apache.org Ämne: Re: Sv: Sv: Embed Fuseki in Spring Boot (Jetty 9.4) On 31/03/2020 09:24, Glenn TheMan wrote: > Hi Andy > > The Jetty included in

Sv: Sv: Embed Fuseki in Spring Boot (Jetty 9.4)

2020-03-31 Thread Glenn TheMan
ch is portable across web application servers. Can you run the war file? > 2. Where am I suppose to place the configure file (config.ttl). The static > web files in Spring Boot is placed under main/resources/static? It's opened as a file so the "curr

Sv: Embed Fuseki in Spring Boot (Jetty 9.4)

2020-03-30 Thread Glenn TheMan
I use jena version 3.14.0. org.apache.jena apache-jena-libs pom 3.14.0 org.apache.jena jena-fuseki-main 3.14.0 Från: Glenn Eriksson Skickat: den 30