Re: Fuseki over HTTPS?

2015-09-03 Thread Andy Seaborne
The error: > java.lang.IllegalStateException: No Method: name="addIfAbsentConnectionFactory"> > name="next">http/1.1 refid="sslContextFactory"/> > on class org.eclipse.jetty.server.Server says that the method addIfAbsentConnectionFactory is being called on Server. Server does no

Re: Query a Property Table using SPARQL

2015-09-03 Thread Kim A. Jakobsen
Hi When I try to save my propertytabelgraph in a TDB dataset then I get a org.apache.jena.shared.AddDeniedException exception. This exception is thrown by the GraphBase class: /** Add a triple to the triple store. The default implementation throws an AddDeniedException; subclasses must overr

Re: Word on CommonsRDF

2015-09-03 Thread Stian Soiland-Reyes
I've been having a go at a Clojure binding for Commons RDF here: https://github.com/stain/commons-rdf-clj I was not quite sure which direction to take it, as I was not sure what an RDF library should look like in Clojure, and still be interoperable with the Commons RDF types. https://github.

Materializing custom rules on OntModel

2015-09-03 Thread Martynas Jusevičius
Hey list, I was implementing a OO-like inheritance for annotation properties when I realized I can probably express it as custom Jena rules. I want to push the properties down the subclass chains and preferably materialize them. Currently my code looks like this: String rules = "[inherita

Re: Materializing custom rules on OntModel

2015-09-03 Thread Dave Reynolds
On 03/09/15 11:46, Martynas Jusevičius wrote: Hey list, I was implementing a OO-like inheritance for annotation properties when I realized I can probably express it as custom Jena rules. I want to push the properties down the subclass chains and preferably materialize them. Currently my code loo

Re: Fuseki over HTTPS?

2015-09-03 Thread Jason Levitt
Hi Andy, I've tried several permutations of the merged configuration file, but I can't get your new build of Fuseki to accept the config file. If you have some config file samples you'd like me to try, I'd be happy to do so since I have a server setup with a valid SSL cert (works fine with Jet

Re: Materializing custom rules on OntModel

2015-09-03 Thread Martynas Jusevičius
Thanks, that worked. On Thu, Sep 3, 2015 at 2:23 PM, Dave Reynolds wrote: > On 03/09/15 11:46, Martynas Jusevičius wrote: >> >> Hey list, >> >> I was implementing a OO-like inheritance for annotation properties >> when I realized I can probably express it as custom Jena rules. I want >> to push t

Fuseki: strange (and disappointing) performance when compared to a simple servlet that calls ARQ

2015-09-03 Thread François-Paul Servant
Hi, shouldn’t we have the same level of performance with Fuseki and with a simple servlet that calls ARQ? I hadn’t try fuseki until now. Yesterday, I downloaded the 2.3.0 release, started the server in a terminal window of my mac (osx 10.10.5) with: ./fuseki-server --mem /ds I uploaded a rdf fi