CALL FOR PAPERS ... 4th Special Track on Ontologies for Biomedical Systems 3-4 August 2009 Albuquerque, New Mexico http://cbms09.biomap.org/ 22nd IEEE...
... You'll need to be more specific. (roughly) how big is your base model? Is it in memory or in a database? How complicated is your ontology? What inference...
... <http://myskua.org/docs/adass-2008.pdf ... Hi Norman, thanks for the information. I had a look at your paper and it is very interesting. Actually yes, we...
... This time round I saw the subject line. (A good rule of thumb: don't assume the reader of an email will have particularly noticed the subject line. [EG I'm...
Hi, thanks for the reply (roughly) how big is your base model? Is it in memory or in a database? How complicated is your ontology? What inference have you...
nishant jain
nishant.jain10@...
Feb 2, 2009 11:09 am
37824
On Monday 02 February 2009 11:09:08 nishant jain wrote: (you'll have to learn how to quote properly; your mailer should do it automatically.) ... Ah yes....
Hi, Thank you very much. The first thing worked out properly when changed for SyntaxARQ. But the sum function did not. I got the error Exception in thread...
What's the query now? All 364+ characters of it. And not as a Java string please - print it out to make it readable, with newlines added to make the parser...
Hello everybody! I am new to the world of RDF and it is possible that I am posting to the wrong mailing list. If this is true, please suggest a more ...
I'm a bit disappointed with owl2. Just stepping back, considering the domain from the perspective of an internet technologist unfamiliar with semantic web...
... I'm sure that you can define non-standard types for literals, but ... rdf:type :OmobjForumla . Yes, it's a little more roundabout, but I would guess more...
... I haven't studied all the new specs in detail but there is a normative RDF translation for OWL 2 as there was one for OWL 1, and OWL 2 tools are required...
for the visual query builder in datao, i expect the semantic repositories to publish their OWL data model (TBox only). to add federated queries management, i...
Olivier Rossel
olivier.rossel@...
Feb 2, 2009 7:39 pm
37832
... string please - print it out to make it readable, with newlines added to make the parser messages easier to understand. ... My query is I want the sum over...
From reading the the pellet (e.g. http://clarkparsia.com/pellet/faq/using-pellet-in-jena/) and Jena assembler docs it looks as if it might be possible to...
... I would also recommend using an rdf:type :OmobjForumla , but rather than xsd:string, I would recommend an rdf:XMLLiteral, which is for the expressed ...
Kjetil Kjernsmo
Kjetil.Kjernsmo@...
Feb 3, 2009 8:35 am
37835
... It looks like you are not using an old version of Jena/ARQ - upgrade to the latest version of Jena or ARQ. (The latest version of Jena contains the latest...
... I just had a look at Genesis and couldn't find much information Can someone tell me: - if it is an internal project or if there will be any available...
Hello, are there or were there any plans to extend RDFNode now or in the future to also implement java.io.Serializable? This would ease transferring object ...
Thorsten Möller
Thorsten.Moeller@...
Feb 3, 2009 12:46 pm
37839
... Adding java.io.Serializable to RDFNode is conceivable - it is not planned. But then what is .listProperties on a transferred Resource object? If it has...
... Andy, have you ever considered having a method that calculates a run- time check-sum, I guess using FINAL STATIC members, which could tell which version of...
This is a release of TDB that fixes problems around deleting RDF triples. This was caused by a serious bug in the indexing code that affected the persistent...
... It's already done. It's also encoded into the directory name and zip file name of the download, or the jar name if you use the repo. It's not exactly...
I have maven'ized my builds on jena, putting away my long time friend ant, and as far as jena proper, all is well, however, when I use SDB like this: Â ...
The SDBFactory connectStore takes a URL to the store descriptor... SDBFactory.connectStore("/path/to/store.ttl"); But the assembler api takes a resource... ...