Re: SPARQL Query not working

2015-09-02 Thread Andy Doddington
No code attached? — On 2 Sep 2015, at 04:16, Jenny Jin wrote: Hello, I am trying to run a SPARQL query on Eclipse using Jena. I followed an online tutorial to set everything up. When I run the program, I'm getting a list of "null"s as a result. Could you help

Re: What is the error in code

2015-08-21 Thread Andy Doddington
Then I think you must have changed your code. The original code does not show any space between the “?y” and the “WHERE” - which was the cause of the problem. However, you now have a space there. Is this code still generating the error message about ”xWHERE? Andy D ——— On 21

Re: Can I save an in-memory Jena Model to a remote Fuseki-managed database?

2015-08-19 Thread Andy Doddington
Andy On Tue, 18 Aug 2015 17:48 Andy Doddington andy.dodding...@gmail.com wrote: Hah! I hadn’t configured a dataset. Now rectified by setting the config.ttl to be one of the templates provided as part of the build. Curiously though, although I can see this when I run a browser locally

Re: Can I save an in-memory Jena Model to a remote Fuseki-managed database?

2015-08-18 Thread Andy Doddington
pages serving part of the UI at index.html. It just returns the web page. if anything POSTs to an HTML page, the content is thrown away (AFAIK true for all webservers). )) Andy On 18/08/15 09:17, Andy Doddington wrote: OK, I’ve created the model, which I can successfully print out

Re: Can I save an in-memory Jena Model to a remote Fuseki-managed database?

2015-08-18 Thread Andy Doddington
: There may be a better answer for this, but at the very least, you can serialize your triples/quads and use SPARQL Update to send them to your Fuseki instance. --- A. Soroka The University of Virginia Library On Aug 17, 2015, at 3:08 PM, Andy Doddington andy.dodding...@gmail.com wrote

Re: Can I save an in-memory Jena Model to a remote Fuseki-managed database?

2015-08-18 Thread Andy Doddington
are you running the server? Andy On 18/08/15 11:49, Andy Doddington wrote: You’ll think me very dense, but how do I specify the dataset name? When I specify the dummy URL that you suggest (I don’t care what the dataset is called at the moment) I get: Exception in thread main