Re: Sparql DL

2014-02-25 Thread Andy Seaborne
On 25/02/14 03:00, Kamalraj Jairam wrote: Hello All, Does ARQ support Sparql DL SPARQL-DL predates the standardization work on SPARQL with various entailment regimes: http://www.w3.org/TR/sparql11-entailment/ There are various reasoners that offer SPARQL usages, some extending ARQ to get

Re: Re: Re: SPARQL QUERY STRING VARIABLES

2014-02-25 Thread Chris Dollin
On Monday, February 24, 2014 05:57:17 PM Nagore Salaberria wrote: I've tried what you mention me ... and does not work me. Be specific. What did you do and what happened? Was there a compiler error? Did it compile but throw an exception when you ran it? Or did it successfully produce the wrong

Re: Sparql query - Works with IDs between 1 and 999 but it doesn't with an Id of 1000

2014-02-25 Thread Andy Seaborne
Hi there, Questions about a specific SPARQL endpoint are best asked to the people running that endpoint because they know the data and the setup (e.g. timeouts, system being used) However, I found there are only 2500 entries and there is no match to ?pelicula mdb:filmid 44396 .

Re: Re: Re: SPARQL QUERY STRING VARIABLES

2014-02-25 Thread Nagore Salaberria
What occurs to me is that the query does not give me any results because the String does not appear in quotes and then not interpreted. This is the query that generates me with* System.err.println(querys)*command : PREFIX rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# PREFIX gr:

Re: Re: Re: SPARQL QUERY STRING VARIABLES

2014-02-25 Thread Nagore Salaberria
Rob, I might give an example to see how to insert the class ParameterizedSparqlString, I've been looking at examples but none puts you where in the place it method. Thank you, Nagore. 2014-02-25 10:29 GMT+01:00 Nagore Salaberria nagore...@gmail.com: What occurs to me is that the query does

Re: SPARQL query string variables

2014-02-25 Thread Chris Dollin
On Tuesday, February 25, 2014 10:29:32 AM Nagore Salaberria wrote: and the parameters are: *FILTER (regex(str(?g),+a+)) .* as you could add to that variable quotes? As I said earlier, write a quote() method and then call it in the appropriate places: \nFILTER (regex(str(?g), +

Re: SPARQL query string variables

2014-02-25 Thread Nagore Salaberria
and what is the quoate() method? 2014-02-25 11:49 GMT+01:00 Chris Dollin chris.dol...@epimorphics.com: On Tuesday, February 25, 2014 10:29:32 AM Nagore Salaberria wrote: and the parameters are: *FILTER (regex(str(?g),+a+)) .* as you could add to that variable quotes? As I said

Re: Re: SPARQL query string variables

2014-02-25 Thread Chris Dollin
On Tuesday, February 25, 2014 11:55:00 AM Nagore Salaberria wrote: and what is the quoate() method? I told you how to write it in a previous post. Chris -- People are part of the design. It's dangerous to forget that. /Star Cops/ Epimorphics Ltd, http://www.epimorphics.com Registered

Re: SPARQL QUERY STRING VARIABLES

2014-02-25 Thread Rob Vesse
See the staged documentation at http://jena.staging.apache.org/documentation/query/parameterized-sparql-str ings.html Rob On 25/02/2014 09:45, Nagore Salaberria nagore...@gmail.com wrote: Rob, I might give an example to see how to insert the class ParameterizedSparqlString, I've been looking at

Re: SPARQL query string variables

2014-02-25 Thread Rob Vesse
We are not going to do your project for you! Btw Chris actually gave you an example implementation of this method further back in the email thread if you'd actually been paying attention Rob On 25/02/2014 10:55, Nagore Salaberria nagore...@gmail.com wrote: and what is the quoate() method?

Re: Sparql query - Works with IDs between 1 and 999 but it doesn't with an Id of 1000

2014-02-25 Thread José Luis Larroque
Ok, thanks Andy for the info. I will try to contact someone of LinkedMDB for this issue. Jose 2014-02-25 5:49 GMT-03:00 Andy Seaborne a...@apache.org: Hi there, Questions about a specific SPARQL endpoint are best asked to the people running that endpoint because they know the data and the

Declaring jena reasoners in fuseki assembly file

2014-02-25 Thread Pierre-Andre Michel
Hello, Several reasoners are described in the documentation and how to use them from the jena API: - getTransitiveReasoner - getRDFSReasoner - getRDFSSimpleReasoner - getOWLReasoner - getOWLMiniReasoner - getOWLMicroReasoner Which URL should I use in the fuseki assembly file for each of them ?

Re: Declaring jena reasoners in fuseki assembly file

2014-02-25 Thread Dave Reynolds
On 25/02/14 14:06, Pierre-Andre Michel wrote: Hello, Several reasoners are described in the documentation and how to use them from the jena API: - getTransitiveReasoner - getRDFSReasoner - getRDFSSimpleReasoner - getOWLReasoner - getOWLMiniReasoner - getOWLMicroReasoner Which URL should I

Re: SPARQL QUERY STRING VARIABLES

2014-02-25 Thread Nagore Salaberria
Excuse me why Chris had misunderstood your explanation on quote () method, it works well indeed, thank you! Regards, Nagore. 2014-02-25 12:23 GMT+01:00 Rob Vesse rve...@dotnetrdf.org: See the staged documentation at http://jena.staging.apache.org/documentation/query/parameterized-sparql-str

Re: BlockException: No such block

2014-02-25 Thread Steve Groeger
Hi Andy, I picked up a snapshot of 2.11.2 and tried running our test using these libraries. Adding the changes you suggested seems to have stopped the exception BlockException: No such block, the but we are now seeing other symptoms, which we saw previously but not as frequently as we are

Creating Spatial Lucene index from existing TDB data store

2014-02-25 Thread Heidi McClure
I have an existing TDB data store that I would like to create a spatial index for. Are there utilities or API's to do this? I have successfully followed the examples for reading in from .ttl files and creating the TDB and spatial index data at the same time. My TDB has GeoSPARQL nodes in it