Re: Jena / Fuseki distribution with SPARQLer ?

2019-01-19 Thread Andy Seaborne
On 18/01/2019 22:25, Chris Wood wrote: Ah, thanks - that helped. (the typo was only in the email, not anything I was trying!) If I try and use a --loc or --file flag when I'm also using the --sparqler flag, then I get an error "Dataset provided but 'no dataset' flag given"; is it possible to

Re: Jena / Fuseki distribution with SPARQLer ?

2019-01-18 Thread Chris Wood
Just for completeness, I am using Java 11: $ java --version openjdk 11 2018-09-25 OpenJDK Runtime Environment 18.9 (build 11+28) OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode) Andy points out elephas can't be built under 11 yet. On Fri, 18 Jan 2019 at 18:35, ajs6f wrote: > Just on thi

Re: Jena / Fuseki distribution with SPARQLer ?

2019-01-18 Thread Chris Wood
Ah, thanks - that helped. (the typo was only in the email, not anything I was trying!) If I try and use a --loc or --file flag when I'm also using the --sparqler flag, then I get an error "Dataset provided but 'no dataset' flag given"; is it possible to use SPARQLer in conjunction with an instance

Re: Jena / Fuseki distribution with SPARQLer ?

2019-01-18 Thread Andy Seaborne
On 18/01/2019 18:33, Chris Wood wrote: Hi Andy, Thanks for the link. I've tried a couple of things: - the prebuilt executables don't have a --sparql argument --sparqler Only Fuseki main supports it. 3.10.0 does support it. - I can compile jena-fuseki-main as a standalone package

Re: Jena / Fuseki distribution with SPARQLer ?

2019-01-18 Thread ajs6f
Just on this point: > - I doubt this is related, but if I try and compile all packages from the > repo root then jena-elephas seems to consistently fail; I can build > everything else if I use mvn clean install -pl \!jena-elephas -DskipTests Elephas can take a long time (for certain tests) but

Re: Jena / Fuseki distribution with SPARQLer ?

2019-01-18 Thread Chris Wood
Hi Andy, Thanks for the link. I've tried a couple of things: - the prebuilt executables don't have a --sparql argument - I can compile jena-fuseki-main as a standalone package with maven with no errors, but when I run java -jar jena-fuseki-main-3.11.0-SNAPSHOT.jar, I get 'no main manifest att

Re: Jena / Fuseki distribution with SPARQLer ?

2019-01-18 Thread Andy Seaborne
The SPARQler webpages are at: https://github.com/apache/jena/tree/master/jena-fuseki2/jena-fuseki-main/sparqler Start Fuseki main with "--sparqler LOCATION_OF_SPARQLER_PAGES" Andy On 17/01/2019 18:22, Chris Wood wrote: Hi, It's highly likely I've got several of my wires crossed... but

Jena / Fuseki distribution with SPARQLer ?

2019-01-17 Thread Chris Wood
Hi, It's highly likely I've got several of my wires crossed... but I thought I had a recollection that SPARQLer was distributed with Fuseki. Is this still the case? If so, what's the local URL of the HTML SPARQL endpoint query box? And if not, where's the latest SPARQLer download? http://sparql.o