Re: Connection reset

2017-11-24 Thread Mohammad Noorani Bakerally
rotdepays.opendatasoft.com/id/theme/Sport%2C%20Loisirs>> ?p ?o . } ‌ On Fri, Nov 24, 2017 at 2:02 PM, Mohammad Noorani Bakerally < noorani.bakera...@gmail.com> wrote: > A temporary solution for my problem, is that I expand the query and sends > it, it's temporary bec

Re: Connection reset

2017-11-24 Thread Mohammad Noorani Bakerally
().getPrefixMapping().clearNsPrefixMap(); QueryExecution qe = QueryExecutionFactory.sparqlService(this.location, gq.serialize()); ‌ On Fri, Nov 24, 2017 at 11:21 AM, Mohammad Noorani Bakerally < noorani.bakera...@gmail.com> wrote: > I think it's how the client is creating the reque

Re: Connection reset

2017-11-24 Thread Mohammad Noorani Bakerally
te: > > > On 24/11/17 09:30, Mohammad Noorani Bakerally wrote: > >> Just checked something, I've used the SPARQL Client YASGUI and the sparql >> query is answered properly, can we deduce that the issue is with the >> client >> ? >> > > That w

Re: Connection reset

2017-11-24 Thread Mohammad Noorani Bakerally
Just checked something, I've used the SPARQL Client YASGUI and the sparql query is answered properly, can we deduce that the issue is with the client ? ‌ On Fri, Nov 24, 2017 at 10:22 AM, Mohammad Noorani Bakerally < noorani.bakera...@gmail.com> wrote: > Yes, I'm going to check

Re: Connection reset

2017-11-24 Thread Mohammad Noorani Bakerally
the server? Resets > usually happen at the start (e.g after a long period of no use and the RP > has timed the connection out (Fuseki, standalone, hasn't configured to > Jetty to do this).. > > If it did reach the server, then some intermediate may have forcefully > closed the connec

Connection reset

2017-11-23 Thread Mohammad Noorani Bakerally
I am getting an exception when executing the following a valid construct query on Fuseki via jena. Any idea about this problem ? The query: == PREFIX dcat: PREFIX data: PREFIX skos:

SPARQL expand prefix

2017-11-23 Thread Mohammad Noorani Bakerally
Suppose I have a query like: PREFIX : PREFIX data: PREFIX dcat: \n\nCONSTRUCT \n { \n<

Re: Loading dataset with relative IRIs

2017-11-21 Thread Mohammad Noorani Bakerally
e JavaDoc? > https://jena.apache.org/documentation/javadoc/arq/org/ > apache/jena/riot/RDFDataMgr.html#read-org.apache.jena. > query.Dataset-java.lang.String-java.lang.String-org.apache.jena.riot.Lang- > > On Tue, Nov 21, 2017 at 3:54 PM, Mohammad Noorani Bakerally < > noor

Re: Loading dataset with relative IRIs

2017-11-21 Thread Mohammad Noorani Bakerally
is it possible to explicitly set a base when loading the dataset ? ‌ On Tue, Nov 21, 2017 at 3:46 PM, Martynas Jusevičius <marty...@atomgraph.com > wrote: > You cannot. RDF data model is based on absolute URIs. > > On Tue, Nov 21, 2017 at 3:35 PM, Mohammad Noorani Bakerally <

Loading dataset with relative IRIs

2017-11-21 Thread Mohammad Noorani Bakerally
I have a dataset in a trig file with resources having relative iris, when loading them with the method RDFDataMgr.loadDataset, all the relative IRIs are converted to absolute iris, how can I prevent this, I want them to retain their relative IRIs ? ‌

Re: Loading trig file directly with Fuseki

2017-11-19 Thread Mohammad Noorani Bakerally
into either > an in-memory or TDB (persistent) store and let Fuseki work from that. > > > ajs6f > > > On Nov 19, 2017, at 1:10 PM, Mohammad Noorani Bakerally < > noorani.bakera...@gmail.com> wrote: > > > > I have a trig file containing a default graph and s

Loading trig file directly with Fuseki

2017-11-19 Thread Mohammad Noorani Bakerally
I have a trig file containing a default graph and several named graphs. Can Fuseki directly consume the file, because in the documentation [1], I see that the default and named graph should be described. I have tried to load it in the two followings way but it doesn't work and I get an exception

Re: Core dump

2017-11-19 Thread Mohammad Noorani Bakerally
vent log seems to say is that some parts of Jena were JIT'ed just prior to > the crash. > > Andy > > > On 19/11/17 09:41, Mohammad Noorani Bakerally wrote: > >> I am getting a core dump. It is not always occurring. I am doing a >> performance test on a jav

Core dump

2017-11-19 Thread Mohammad Noorani Bakerally
I am getting a core dump. It is not always occurring. I am doing a performance test on a java application. A python script is executing the jar several times and the dump start to occur after the 5th occurence. I cannot say for sure if its because of Jena but this is what appears in the

java.lang.ExceptionInInitializerError when running jar

2017-11-07 Thread Mohammad Noorani Bakerally
My java application perfectly fine. But when running it, i am getting the following error: Exception in thread "main" java.lang.ExceptionInInitializerError at fr.emse.opensensingcity.configuration.ConfigurationFactory.createConfiguration(ConfigurationFactory.java:25) at