Re: Deleting the default graph from the TDB

2017-03-01 Thread Sandor Kopacsi
and now the DROP DEFAULT SPARQL update works as expected. Thanks again. Best regards, Sandor Am 28.02.2017 um 19:10 schrieb A. Soroka: Do you have the default graph set up as the union graph? --- A. Soroka The University of Virginia Library On Feb 28, 2017, at 12:21 PM, Sandor Kopa

Re: SPARQL Query from one Fuseki server to another Fuseki server

2017-02-16 Thread Sandor Kopacsi
her-endpoint/sparql> { GRAPH <http://uri-of-graph> { ?s ?p ?o } } } -Osma 16.02.2017, 14:08, Sandor Kopacsi kirjoitti: Dear list-member, I have two Fuseki servers running on two different machines. In one of them there are several named graphs containing a lot of concepts.

SPARQL Query from one Fuseki server to another Fuseki server

2017-02-16 Thread Sandor Kopacsi
this: SELECT * FROM WHERE {GRAPH {?s ?p ?o . } } but it provides empty set: - | s | p | o | = - What is wrong? Thanks in advance, Sandor -- Dr. Sandor Kopacsi IT Software Designer Vienna University Computer Center

Re: Unsupported major

2016-10-20 Thread Sandor Kopacsi
been fixed? At the top of the issue: Resolution: Fixed Fix Version/s: Fuseki 2.3.1 Thanks, Sandor Am 19.10.2016 um 17:08 schrieb Dick Murray: On 19 October 2016 at 15:10, Sandor Kopacsi <sandor.kopa...@univie.ac.at> wrote: Dear Dick, You are right. I have Java version 1.6.0_37 and th

Re: Unsupported major

2016-10-19 Thread Sandor Kopacsi
Thanks, ok, but do they require Java 8? Am 19.10.2016 um 16:19 schrieb Andy Seaborne: On 19/10/16 15:10, Sandor Kopacsi wrote: Dear Dick, You are right. I have Java version 1.6.0_37 and the exception says: "minor version 52.0" Am I right, that Fuseki 1.3 requires Java 8 (t

Re: Unsupported major

2016-10-19 Thread Sandor Kopacsi
uld say what version it is having trouble with... Java SE 9 = 53, Java SE 8 = 52, Java SE 7 = 51, Java SE 6.0 = 50, Java SE 5.0 = 49, JDK 1.4 = 48, JDK 1.3 = 47, JDK 1.2 = 46, JDK 1.1 = 45 On 19 October 2016 at 14:32, Sandor Kopacsi <sandor.kopa...@univie.ac.at> wrote: Dear List Members,

Unsupported major

2016-10-19 Thread Sandor Kopacsi
this test environment. It worked so far well, and I did not changed (deliberately) anything. What can be the reason for that, and what should I do? Thank you in advance and best regards, Sandor -- Dr. Sandor Kopacsi IT Software Designer Vienna University Computer Center

Re: s-put, s-post, s-delete

2016-09-27 Thread Sandor Kopacsi
: It uses a plain HTML form upload IIRC. fuseki:serviceUpload in the service configuration. On 27/09/16 14:24, Sandor Kopacsi wrote: Thank you, now it is clear. My last question regarding this, if the Control Panel of Fuseki uses s-put style upload? Thanks, Sandor Am 16.09.2016 um 11:30 schrieb

Re: s-put, s-post, s-delete

2016-09-27 Thread Sandor Kopacsi
raph". in HTTP, POST should always be "append-like" when on some container-like resource. Andy On 16/09/16 10:02, Sandor Kopacsi wrote: Dear List Members, In a previous thread (extending an existing dataset) Andy suggested to use s-put to replace a deficient data file (delet

s-put, s-post, s-delete

2016-09-16 Thread Sandor Kopacsi
s-delete might help? Thank you very much and best regards, Sandor -- Dr. Sandor Kopacsi IT Software Designer Vienna University Computer Center

Re: extending an existing dataset

2016-09-07 Thread Sandor Kopacsi
hould I do directly with wget or curl, that you suggested to see? SPARQL update can be also useful. Could you send me more information or a link about the usage in my case? Thank you very much and best regards, Sandor Am 05.09.2016 um 22:47 schrieb Andy Seaborne: On 05/09/16 11:40, Sandor Kop

extending an existing dataset

2016-09-05 Thread Sandor Kopacsi
read for a new question. > > -- > > There is not enough information here to answer the question. > > What URL are you uploading to? > Is update enabled? > > Andy > > > > On 02/09/16 16:09, Sandor Kopacsi wrote: >> Dear List Members, >

Fuseki doesn't allow to upload new datasets

2016-09-02 Thread Sandor Kopacsi
variable, but it did not help either. What can be wrong? Thanks in advance, Sandor Am 26.07.2016 um 09:32 schrieb Sandor Kopacsi: Dear Stian, thank you, it helped. Best Regards, Sandor Am 25.07.2016 um 10:47 schrieb Stian Soiland-Reyes: I could replicate this. stain@biggiebuntu:~/Downloads$ java

Re: Web UI of Fuseki doesn't start

2016-07-26 Thread Sandor Kopacsi
r /var/www/fuseki/, or set the variable FUSEKI_BASE See http://jena.apache.org/documentation/fuseki2/fuseki-run.html On 25 July 2016 at 08:42, Andy Seaborne <a...@apache.org> wrote: It's the wrong URL in some way. Andy On 25/07/16 08:39, Sandor Kopacsi wrote: Does anybody have an

Re: Web UI of Fuseki doesn't start

2016-07-25 Thread Sandor Kopacsi
t; Thanks, Sandor Am 22.07.2016 um 22:09 schrieb Sandor Kopacsi: Dear Stian, Thank you for your reaction. I have started Fuseki from the command line with: java -jar /var/www/fuseki/fuseki-server.jar --update --mem /ds as usual. Any other time it worked. I haven't tried Fuseki 2.4.0 so

Re: Web UI of Fuseki doesn't start

2016-07-22 Thread Sandor Kopacsi
Soiland-Reyes: How did you start Fuseki, from the command line? Have you considered trying Fuseki 2.4.0 to see if that makes any difference? On 21 July 2016 at 12:37, Sandor Kopacsi <sandor.kopa...@univie.ac.at> wrote: Dear Jena-Fuseki Users, I started Fuseki successfully, and wanted to op

Web UI of Fuseki doesn't start

2016-07-21 Thread Sandor Kopacsi
o? Thanks in advance. Best Regards, Sandor -- Sandor Kopacsi Vienna University Computer Center

Re: Fuseki without update

2016-05-02 Thread Sandor Kopacsi
that controls security. In fact, a lot of people do that without meaning to do it. --- A. Soroka The University of Virginia Library On Apr 29, 2016, at 9:04 AM, Sandor Kopacsi <sandor.kopa...@univie.ac.at> wrote: Thanks a lot for the quick answer. And will it also prohibit to add new datasets

Re: Fuseki without update

2016-04-29 Thread Sandor Kopacsi
Thanks a lot for the quick answer. And will it also prohibit to add new datasets to tdb? Andy Seaborne írta >On 29/04/16 12:57, Sandor Kopacsi wrote: >> Dear Colleagues, >> >> I am starting Jena Fuseki with the command: >> >> ./fuseki-server --config

Fuseki without update

2016-04-29 Thread Sandor Kopacsi
##text:directory "mem" ; text:entityMap <#entMap> ; . I am interested in if I can start Fuseki in TDB without allowing making any changes (e.g. uploading unwanted files) or updates in TDB from the frontend of Fuseki. Something like this: fuseki:serviceUpdate "none" ; Thanks in advance, Sandor -- Dr. Sandor Kopacsi IT Software Designer Vienna University Computer Center Universitätsstraße 7 (NIG) A-1010 Vienna

Re: question about TDB loader of Jena-Fuseki

2016-01-12 Thread Sandor Kopacsi
or, You can use the same .ttl file that you used for the Fuseki database and text index configuration, i.e. the one documented here: https://github.com/NatLibFi/Skosmos/wiki/InstallFusekiJenaText#configuration -Osma On 08/01/16 16:12, Sandor Kopacsi wrote: Dear Support List, We are at th

question about TDB loader of Jena-Fuseki

2016-01-08 Thread Sandor Kopacsi
documentation about this command, and the details of the assembler_file. Thank you very much for your help in advance. Best regards and happy new year, Sandor -- Dr. Sandor Kopacsi IT Software Designer Vienna University Computer Center Universitätsstraße 7 (NIG) A-1010 Vienna Phone: +43-1-4277