... No guarantee: although it is true at the moment. It may well change to "whatever comes in first" due to parallel evaluation including interlacing results...
... It's two strings for the args to main(String[]) "--file" "query.sparql" because that's how the programis called by the shell. (or "--file=query.sparql"...
... Multiple domains and transitive properties are quite different things are you asking two different questions or do think they are somehow related? To...
Thanks for the reply, and unsurprisingly DELETE works now! Just a few more questions! 1) We have named models, so I am using an implementation where I create a...
... And in particular: http://wiki.github.com/shellac/java-rdfa which gives you the basic usage. As for your original issue, I think DTD validation is failing....
41718
Alexandre Passant
alexandre.passant@...
Oct 1, 2009 11:37 am
Hi all, (I initially cross posted similar question to jena-dev and pellet- users but my account here was pending, so I post it again) I'm trying to get Pellet...
41719
Alexandre Passant
alexandre.passant@...
Oct 1, 2009 12:11 pm
Hi all, I just figured out that some of the vocabulary URIs used in Jena / Joseki are not dereferencable (404), e.g. [1] [2] Would it be possible to fix that ?...
... Thanx for for the links. So, the Jena-GRDDL for RDFa is sort of abandoned? Egon...
41722
Alexandre Passant
alexandre.passant@...
Oct 1, 2009 3:48 pm
... What about using a namespace hosted on purl (or other webspace that can ensure viability of these) to get permalink for these URIs (and redirecting to the...
41723
Rudy Depena
rudy.depena@...
Oct 1, 2009 3:56 pm
Yes! Thank you. It worked! Thanks, Rudy Depena rudy.depena@......
... That helps if the URIs already had the indirection point in them which thay don't - we can't rely on HP redirecting to anything after we leave HP. We are...
... To Dave's comments, I might add that a transitive property is unlikely to have a datatype range; this is because: A p B B p C implies A p C; but if p is a...
Alex, I don't know the plug-in nor the mechanisms that SPARQLDL uses so I'm guessing but I'm wondering if a lot of caching happens at startup so changes via...
41727
Rudy Depena
rudy.depena@...
Oct 2, 2009 5:12 am
Hi, Currently I have downloaded the SDB source code and placed it in an Java Project in Eclipse. I have also downloaded the ARQ source code and placed this in...
41728
Paolo Castagna
paolo.castagna@...
Oct 2, 2009 8:12 am
Hi Rudy, your question is related to Maven, but I will answer quickly. If you have problems with the Jena or SDB artifacts, please, let me know. Add this to...
41729
Paolo Castagna
castagna.lists@...
Oct 2, 2009 12:39 pm
Hi, this email is about a paper and a master thesis on "RDFS/OWL reasoning using the MapReduce framework". So, perhaps, slightly off-topic/unusual. Are you...
41730
Paolo Castagna
castagna.lists@...
Oct 2, 2009 1:06 pm
... I will be moving to Talis [1] as well. :-) Paolo [1] http://www.talis.com/platform/...
... No problem. ... Well I can't speak with any authority, but I don't think so. The RDFa feature of the GRDDL reader is fairly small: it includes the RDFa...
I used Maven recently in this way on a new installation, however I found that the commandline tools (e.g. tdbloader and so on) for the components don't get...
... The repo also contains the complete download, which includes the shell scripts: http://jena.hpl.hp.com/repo-dev/com/hp/hpl/jena/tdb/0.8.2/tdb-0.8.2.zip If...
Hi Andy we are using the ARQ trunk, inside equinox inside tomcat. When we do an equinox reset or from tomcat management we stop and restart our service, there...
Hi Jeremy, I see you have found some work-in-progress :-) Fix in in SVN. ... Quite! Old MBeans need unloading because the two classes of ARQMgt loaded are ...
... a owl:DatatypeProperty ; rdfs:domain :relative , :teacher ; rdfs:range xsd:string . However, I strongly suspect you mean the domain to be a union,...