Re: SPARQL query for instances that do not belong to certain class

2013-06-26 Thread Andy Seaborne
On 26/06/13 07:40, Katja Siegemund wrote: Hello, I'm trying to get negated data with SPARQL (individuals of an ontology that do not belong to a certain class), but I could not figure out how to write the appropriate query therefore. It's working for object properties and using FILTER NOT EXIST,

Re: Tr : Basic Authentication for SPARQL Update

2013-06-26 Thread Martynas Jusevičius
Rob, as a sidenote for this thread and some previous ones about uniform HTTP access in Jena, I wanted to show how easily authentication can be done using Jersey (implementation of JAX-RS). This is from Graphity subclass of UpdateProcessRemote: @Override public void execute() {

Re: Loading triples into empty SDB Store

2013-06-26 Thread Andy Seaborne
On 25/06/13 22:54, Cindy A McMullen wrote: Let's make things even simpler: How do I load a set of Quads into SDB via the Java API (not 'sdbloader')? On Jun 25, 2013, at 11:32 AM, Cindy A McMullen wrote: I want to load triples into an empty SDB Store. Here's what I'm trying: Store store =

AW: unionDefaultGraph problem with Fuseki 0.2.8

2013-06-26 Thread Neubert Joachim
Hmm - with unionDefaultGraph set true, triples from my default graph are not found (build #39). When I deactivate the clause, all works fine. Cheers, Joachim -Ursprüngliche Nachricht- Von: Andy Seaborne [mailto:a...@apache.org] Gesendet: Dienstag, 25. Juni 2013 21:51 An:

jena-text with Lucene requires Solr?

2013-06-26 Thread tadum tada
Hello! trying to use jena-text with Lucene here. But it says ClassNotFoundException: org.apache.solr.client.solrj.SolrServer because it tries to load that in TextAssembler.init(). Is there a way to tell it that I don't even want to use Solr? Thanks! P.S. using Jena 2.10.2 with jean-text from:

Re: jena-text with Lucene requires Solr?

2013-06-26 Thread Andy Seaborne
On 26/06/13 15:15, tadum tada wrote: Hello! trying to use jena-text with Lucene here. But it says ClassNotFoundException: org.apache.solr.client.solrj.SolrServer because it tries to load that in TextAssembler.init(). Is there a way to tell it that I don't even want to use Solr? Thanks!