Going off at a tangent ... sometimes it is inconvenient to set the URI on a resource at the point it is created. The ideal would be to have an "unset" ...
Harry, Hmmm, dual cpu's. As Andy mentioned we have seen something like this before, also on a dual cpu box. Is it possible for you to run on a single cpu box...
... Right Emamanuel: These programs can be set use use a proxy to traverse a firewall by setting system properties. To use a socks proxy include the following...
505
Wagner,Harry
wagnerh@...
Jan 2, 2002 2:08 pm
Hi Brian, ... Yes, but I need to build it. The box only has an OS right now. Give me a day or two... ... It's a servlet application, so it is possible. The...
506
Andrew Newman
anewman@...
Jan 3, 2002 6:12 am
Hi, I needed xml:base implemented and saw that most of the stubs were there but it wasn't implemented in RDFXMLWriter. I have a simple implementation which...
Hi Brian,
I had many of the same issues as Harry. I'm fed up with dealing with
Berkeley DB integration into Java; there's no way to know what's going on in...
508
Jeremy Carroll
jjc@...
Jan 3, 2002 11:12 am
The status of xml:base in RDF/XML is still in discussion in the RDF Core WG. Your doc passes the validator simply because the validator is misconfigured and...
... Short answer is yes. Longer answer is we'll have to be a little careful how we do it. The RDFCore WG hasn't closed out its decision on xml:base yet,...
510
Wagner,Harry
wagnerh@...
Jan 3, 2002 6:06 pm
Hi Brian, I finished the install on a single-cpu machine this morning: http://rdftriple.org:8080/registry/index.html I've never been able to figure out what...
Minor: concurrent-1.3.0.jar is just used by RDQL. It is a complied version of Doug Lee's concurrency code. Last time we saw any BDB error here it was with ...
Dear Jena team, sometime ago you noticed about SOAP access to Jena QueryEngine SOAP access is also mentioned in Jena Review Issues If that possible to use it...
Dear Jena team, sometime ago you noticed about SOAP access to Jena QueryEngine SOAP access is also mentioned in Jena Review Issues If that possible to use it...
There are two ways to retrieve DAMLInstances of DAMLClass Please, check, it is not tested code, I am just typing from memory The first one DAMLClass...
Andrei, Thanks for your help. Unfortunately, I don't understand the first argument specified below for method listSubjectsWithProperties. If I understand...
Dear Chuck yes, you are right the first argument of listSubjectwithProperties is Property The listSubjectwithProperties returns resources which satisfy your...
518
Andrew Newman
anewman@...
Jan 3, 2002 11:18 pm
... Well, from what you've said I have misunderstood the API. I did think that the explanation of the base parameter and xml:base, to have a "base URI for...
Hi Chuck, ... Thanks for the suggestion. We're currently preparing a minor-version refresh of Jena. To date, the only DAML changes are bug fixes, but I...
... Simplest is probably to send it to the mailing list. ... xml:base is an addition to the base xml specs, but it is required to be specifically endorsed by...
Harry, ... cool. ... Since we have seen something similar, I think its more likely its in the code. Jena's thread safety is something that I brought up at the...
One thing to be careful of with this problem is that rdf:type is equivalent to daml:type. In principle, an ontology designer can declare any property, say...
... From: Ian.Dickinson [mailto:Ian_Dickinson@...] Sent: Friday, January 04, 2002 5:22 AM To: jena-dev Subject: RE: [jena-dev] How retrieve DAMLInstances...
When I call listDAMLInstances on a model that (I believe) contains DAMLInstances, it returns an "empty" interator. Since, admittedly, I'm very new to this, I...
Hi Chuck, It's a long standing bug that has now been fixed. The fix will be available in the forthcoming release. Search the archives for previous discussion, ...
Hi Chuck, ... I should have set it as an exercise :-) Here you go: /** * Answer an iterator over the instances of this class that currently exist * in the...
Andrei, I have been looking at doing something like this. Here is an outline of what I am planning - comments are very welcome. API/Client: There is going to...
Hi Chuck, Funny you should say that. I've just (a few hours ago) had the same issue, and I've added a closure flag to getSuperClasses() and getSubClasses() on...
Dear Ian I think it is very important to include into Jena a real support of DAML capabilities to express semantic relations between classes, properties For...