Re: Query a Property Table using SPARQL

2015-08-26 Thread Kim A. Jakobsen
On Wed, 26 Aug 2015 at 21:15 Andy Seaborne wrote: > On 26/08/15 10:24, Kim A. Jakobsen wrote: > > Hi > > > > I have created a property table and I would like to query it using > SPARQL. > > My code looks as follows: > > > > PropertyTable propertytable = new PropertyTableArrayImpl(1, 1); > > Colum

Re: Fuseki over HTTPS?

2015-08-26 Thread Jason Levitt
Making some progress but things still don't work. The startup log (edited) looks like this (domain name changed to mysite.com): [2015-08-27 03:56:03] Server INFO Jetty server config file = myconfig.xml [2015-08-27 03:56:03] Server INFO Fuseki 2.3.0 2015-07-25T17:11:28+ [2015-08-27 0

Re: Query a Property Table using SPARQL

2015-08-26 Thread Andy Seaborne
On 26/08/15 10:24, Kim A. Jakobsen wrote: Hi I have created a property table and I would like to query it using SPARQL. My code looks as follows: PropertyTable propertytable = new PropertyTableArrayImpl(1, 1); Column something = propertytable.createColumn(NodeFactory.createURI(" http://example.

Re: Word on CommonsRDF

2015-08-26 Thread Andy Seaborne
My first pass at this is: https://github.com/afs/commonsrdf-jena All packaging and class names temporary. What might be more useful is: https://github.com/afs/commonsrdf-jena/blob/master/src/main/java/org/apache/jena/commons/Example1.java which shows Jena parsing to any commons-rdf Graph. The

Re: Word on CommonsRDF

2015-08-26 Thread aj...@virginia.edu
There was a little discussion about this on the dev- list: http://markmail.org/search/?q=jena+commons+rdf#query:jena%20commons%20rdf%20list%3Aorg.apache.incubator.jena-dev+page:1+mid:jjljtijtw36f3jf3+state:results but beyond some interest from a few people (Andy Seaborne and Stian Soiland-Reyes

Word on CommonsRDF

2015-08-26 Thread Joël Kuiper
Hey all, I just got wind of CommonsRDF https://commonsrdf.incubator.apache.org/, and it looks great! It’d be exciting to use this for some of the libraries I’m working on. Unfortunately I couldn’t find any reference to it in Jena (except for a note on CommonsRDF that it might come to Jena 3.0)

Re: Query a Property Table using SPARQL

2015-08-26 Thread Kim A. Jakobsen
Hi I have created a property table and I would like to query it using SPARQL. My code looks as follows: PropertyTable propertytable = new PropertyTableArrayImpl(1, 1); Column something = propertytable.createColumn(NodeFactory.createURI(" http://example.org/"; + "something")); Row row = propertyta