Re: SPARQL FILTER placement in ARQ

2013-02-12 Thread Stephen Allen
On Tue, Feb 12, 2013 at 1:36 PM, Andy Seaborne wrote: > On 12/02/13 16:20, Tayfun Gökmen Halaç wrote: >> >> Hi, >> >> I have the query below which includes filter blocks. >> >> PREFIX rdf: >> PREFIX void: >> SELECT (COUNT(*)

Re: [sparql update and in-memory testing]

2013-02-12 Thread Matteo Moci
Thanks Andy! It's quite clear, will try the first method. Best, Matteo On Tue, Feb 12, 2013 at 7:19 PM, Andy Seaborne wrote: > On 12/02/13 17:46, Matteo Moci wrote: > >> Hello Everyone, >> Sorry for asking so many questions, but I'm just starting to wrap my head >> around the large Jena world.

Re: SPARQL FILTER placement in ARQ

2013-02-12 Thread Andy Seaborne
On 12/02/13 16:20, Tayfun Gökmen Halaç wrote: Hi, I have the query below which includes filter blocks. PREFIX rdf: PREFIX void: SELECT (COUNT(*) AS ?count) WHERE { ?referrerDataset rdf:type void:Dataset. FILTER (?referrerD

Re: Filter with special characters

2013-02-12 Thread Andy Seaborne
On 12/02/13 17:30, Rodrigo Jardim wrote: I'm trying to use Filter Sparql, but when I need to search by some term that have special characters It doesn't work. For example: FILTER (regex(?key,'generalizacao', 'i') ) So, in my triple store I have the value 'Generalização'. Your email message i

Re: [sparql update and in-memory testing]

2013-02-12 Thread Andy Seaborne
On 12/02/13 17:46, Matteo Moci wrote: Hello Everyone, Sorry for asking so many questions, but I'm just starting to wrap my head around the large Jena world. I have to write SPARQL UPDATEs query to a remote fuseki instance, that I do not control. In order to develop in a TDD way, I'd like to have

[sparql update and in-memory testing]

2013-02-12 Thread Matteo Moci
Hello Everyone, Sorry for asking so many questions, but I'm just starting to wrap my head around the large Jena world. I have to write SPARQL UPDATEs query to a remote fuseki instance, that I do not control. In order to develop in a TDD way, I'd like to have tests running on an in-memory repositor

Filter with special characters

2013-02-12 Thread Rodrigo Jardim
I'm trying to use Filter Sparql, but when I need to search by some term that have special characters It doesn't work. For example: FILTER (regex(?key,'generalizacao', 'i') ) So, in my triple store I have the value 'Generalização'. When I search by (regex(?key,'generalizacao existencial', 'i

SPARQL FILTER placement in ARQ

2013-02-12 Thread Tayfun Gökmen Halaç
Hi, I have the query below which includes filter blocks. PREFIX rdf: PREFIX void: SELECT (COUNT(*) AS ?count) WHERE { ?referrerDataset rdf:type void:Dataset. FILTER (?referrerDataset IN(< http://datasets/geonames#indv_0.3258

Re: Jena 2.10.0 : request for pre-release testing

2013-02-12 Thread Andy Seaborne
On 12/02/13 13:50, Jeroen Kransen wrote: Is it ok to report bugs here? I just downloaded the release candidate to try and see if it solves an issue we're having. It does not. The project uses JIRA: https://issues.apache.org/jira/browse/JENA If you could provide a complete, minimal example (id

Re: Jena 2.10.0 : request for pre-release testing

2013-02-12 Thread Andy Seaborne
On 12/02/13 13:15, Adrian Gschwend wrote: On 12.02.13 14:11, Claude Warren wrote: Is that information on a webpage somewhere? I'd like to be able to point to it in any posts. https://mail-archives.apache.org/mod_mbox/jena-users/201302.mbox/%3C511A076A.2030907%40apache.org%3E :-) also avai

Re: Jena 2.10.0 : request for pre-release testing

2013-02-12 Thread Jeroen Kransen
Is it ok to report bugs here? I just downloaded the release candidate to try and see if it solves an issue we're having. It does not. In SDB, when we try to delete a named graph, it does not delete it. It seems to make a switch from named graph to default graph and try to delete the triples there.

Re: Jena 2.10.0 : request for pre-release testing

2013-02-12 Thread Adrian Gschwend
On 12.02.13 14:11, Claude Warren wrote: > Is that information on a webpage somewhere? I'd like to be able to point > to it in any posts. https://mail-archives.apache.org/mod_mbox/jena-users/201302.mbox/%3C511A076A.2030907%40apache.org%3E :-D cu Adrian

Re: Jena 2.10.0 : request for pre-release testing

2013-02-12 Thread Claude Warren
Andy, Is that information on a webpage somewhere? I'd like to be able to point to it in any posts. thx, Claude On Tue, Feb 12, 2013 at 9:12 AM, Andy Seaborne wrote: > We're gearing up for the Jena 2.10.0 and we'd like to ask for your help > testing it before the release. > > This is not an in

Re: Axiom

2013-02-12 Thread Dave Reynolds
On 12/02/13 11:06, Saeed wrote: I'm trying to improve a written application which is using OWL-API and File-System (Since OWL API can only support file system). I want to replace this file system with database then I decided to use Jena API. Is it possible to use the output of Jena Model in O

Re: Axiom

2013-02-12 Thread Saeed
I'm trying to improve a written application which is using OWL-API and File-System (Since OWL API can only support file system). I want to replace this file system with database then I decided to use Jena API.  Is it possible to use the output of Jena Model in OWL API? If it is not possible th

Re: Axiom

2013-02-12 Thread Dave Reynolds
Jena does not provide an "axiom" view of OWL directly equivalent to that of the OWL API. If that's what you need then use the OWL API. Jena underneath works in terms of RDF and then provides a convenience wrapper in the form of the OntAPI. That allows you do things like list classes and instan

Axiom

2013-02-12 Thread Saeed
Hello, I have a question; I would appreciate if someone helps me. I’m using SDB and MySQL as tripe store in my application. I have already loaded pizza.owl [1] into database and when I’m connecting to database everything works fine. SDBConnection conn = newSDBConnection(jdbcConnection) ;

Jena "experimental"

2013-02-12 Thread Andy Seaborne
FYI: There is an "experimental" area in Jena SVN where some new features are being tried out. There is no commitment to these features becoming part of trunk but you are welcome to browse and contribute to these developments. https://svn.apache.org/repos/asf/jena/Experimental/ * jena-client n

Re: tdbloader and

2013-02-12 Thread Andy Seaborne
On 11/02/13 12:51, Sarven Capadisli wrote: Hi, I just wanted to drop in some ballpark stats from my end, and hopefully get some feedback about your own experience. As it is fairly well-known, there is a drastic speed difference between N-Triples and RDF/XML on first load. Giving 12GB of memory

Axiom

2013-02-12 Thread Saeed
Hello, I have a question; I would appreciate if someone helps me. I’m using SDB and MySQL as tripe store in my application. I have already loaded pizza.owl [1] into database and when I’m connecting to database everything works fine. SDBConnection conn = newSDBConnection(jdbcConnection) ;  

Jena 2.10.0 : request for pre-release testing

2013-02-12 Thread Andy Seaborne
We're gearing up for the Jena 2.10.0 and we'd like to ask for your help testing it before the release. This is not an incremental release and so we are especially asking for feedback to make the transition as smooth a possible. Key changes are: * Reification - "Minimal" and "Convenient" styles