Re: SPARQL Query not working

2015-09-02 Thread Lorenz Bühmann
Hello Jenny, I don't see any attachment. Kind regards, Lorenz 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 me with this? Am I doing

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: Fuseki over HTTPS?

2015-09-02 Thread Jason Levitt
I can get Jetty 9.3.3 to work over SSL with these four files, but I cannot figure out a way to put them into one file (required by fuseki) to get SSL working with fuseki: jetty.xml http://www.eclipse.org/jetty/configure_9_3.dtd;>

Fwd: RDF parser interface for Commons RDF

2015-09-02 Thread Stian Soiland-Reyes
Just in case you were interested in Commons RDF - I made a quick experiment to use Jena's RIOT parsers to populate Commons RDF graphs. Note that this is NOT the Commons RDF binding for Jena (JENA-1015) - that would mean implementing Graph, Triple, etc. backed by Jena. The parsed graph is

Re: SPARQL Query not working

2015-09-02 Thread Rob Vesse
Attachments are filtered from (most) Apache lists Please either include the code in an email if short or paste on a paste board service like pastebin.com or gist.github.com and provide a link Also please bear in mine that a minimal, complete, verifiable example is preferred over a full code dump

Re: Jena Schemagen Documentation vs Tool

2015-09-02 Thread Fajar Juang Ekaputra
Hi Dave, Thanks a lot for the explanation! Yes, I’ve been running the “other” schemagen all the time without realising it, which is very confusing indeed.. I don’t know whether other people are having the same problem as me, but I think it will be nice if the introduction to Jena schemagen

Jena Schemagen Documentation vs Tool

2015-09-02 Thread Fajar Juang Ekaputra
Hi All, I am trying to follow the schemagen documentation as listed in [1] to retrieve java file from my ontology. However, when I am running the “schemagen” tool from /bin/schemagen, it provide me with totally different options compared with the documentation. Am I running different/wrong

Re: Jena Schemagen Documentation vs Tool

2015-09-02 Thread Dave Reynolds
On 02/09/15 10:28, Fajar Juang Ekaputra wrote: Hi All, I am trying to follow the schemagen documentation as listed in [1] to retrieve java file from my ontology. However, when I am running the “schemagen” tool from /bin/schemagen, it provide me with totally different options compared with

Re: SPARQL Query not working

2015-09-02 Thread Andy Seaborne
On 02/09/15 13:59, Jenny Jin wrote: Hello, I guess the attachment was filtered. http://pastebin.com/quvN7WWz You get nulls because you print variable ?x but only ?pc (from the SELECT ?pc) is in the results. Andy Here's my code. Thank you for your help. -Jenny On Wed, Sep 2,

Re: Fuseki over HTTPS?

2015-09-02 Thread Andy Seaborne
Hi Jason, I have made some progress with your config. 1/ I switched the development code to 9.3.3 so we have one target and because I got that version to work with your config 9.3.3. was release 27/Aug/2015. Don't know if your working from the source or not so I did a development build of