... Any Protègè experts here have an idea? ... I don't know how one would do it in Protègè. (fx:looks-expectantly-at-audience) -- "Anything can happen in...
Thanks Chris I am using Protègè for ontology editing and checking, and I don't see the "text" property in this way. I am really confused on that, I don't...
... Thanks for the pointer. From a style perspective I have changed my design that the functionURI point to a specific user-script file and the function...
... Correct. In the RDF semantics spec then an extensional interpretation of the domain/range axioms (which would thus allow domain and range to be deduced) is...
Hi Alex, The TDBFactory.createModel() and TDBFactory.createFactory() methods open (and create if not present) a TDB triple-store in the specified directory....
I think a lot of the answers to your questions are on this page: http://jena.hpl.hp.com/wiki/SDB/JavaAPI ... See "Formatting or Emptying the Store" on the link...
... Yes, basically. Although TDB isn't really a "simple file", perhaps better to think of it as a specialized file-based database. ... Exactly, don't worry...
Hello, While reading through the SDB documentation I saw that it can be set up from command line. But do I have to set up my database through command line or...
... As per Damian message: Context context = qe.getContext(); except I'd try and avoid putting in a registry. This is about style. URIs should denote one...
... The requirement is to have custom calculations performed using a simple scripting language. Our specific use case is the Tax code where there are a lot of...
... I think that's correct. There are no RDFS inference rules that allow you to conclude `P rdfs:domain T` for any P and T. ... Correct again, same reason. ......
Hi all, I have a question about RDFS reasoning and entailment of domain and range of properties. I (would like to) have a program which reads two RDF graphs...
... No, he won't because you're right. I would question the design that requires that though. How about one function that takes an additional argument that...
... I think what you want to do is something like this (UNTESTED!): // Create your own registry with your functions added FunctionRegistry registry =...
Jena team - I am trying to implement a generic ARQ function that launches a script engine to perform custom formatting and rule based calculations. for example...
Hi Nishit, I don't know if the problem you have is like mine, however I'll send you the source code of my function. I hope, it will be useful to you: private...
Dario Consolato Frazz...
dario839.frazzetta@...
Nov 11, 2009 1:02 pm
42059
Stefan, Sorry - there aren't supplied .bat scripts. But if someone wants to contribute a set, I'll add them to the distribution. The scripts in ARQ are a...
Thanks Chris for your feedback. I make some tests and isolate behaviours that I don't understand. Please, take a look to the attached ontology files. These...
... Hi Stefan, The bulk of the work these scripts do is setting the classpath, then calling a java class of the form 'sdb.<command>'. If you're using a Sun jvm...
Hi Stefan, there are no Windows scripts in SDB. Perhaps, you could look at those included in Jena and see if you can use a similar approach for SDB: ...
Paolo Castagna
castagna.lists@...
Nov 11, 2009 9:34 am
42054
Hi Dario, Thanks a lot. Is it possible for you to share the code for that function. if it is not confidential. I have reached so close to my solution, but just...
Hi nishitladha, I never encounterd the problem about rdf types. Below I wrote the code used when I want a SubGeographicalRegion enode. ...
Dario Consolato Frazz...
dario839.frazzetta@...
Nov 11, 2009 9:03 am
42052
Hi, I´m currently experimenting with SDB and wondering if there is any way to execute the batch scripts from the bin folder on windows without installing...