... I am less than convinced that Jena correctly handles an encoding attribute on the XML declaration. Feedback as to success and failure would be welcome. ...
The values for rdf:ID and rdf:about etc. are treated as URIs and get %-encoded, as UTF-8, on input. (See RFC2396 for discussion). This is making your life...
... Taiwan, for sure. And I will send you a sample DAML file encoded in traditional Chinese (i.e., Big5). Thanks for all who are willing to help! ... character...
How about finding all DAMLDatatypeProperty associated with a DAMLClass and its sub-classes? As we know, a DAMLDatatypeProperty P is associated with a DAMLClass...
Hello all, I posted a message on 23 January 2002 mentioning that I succeeded in connecting Jena to SQLServer2000. I did not follow up on my offer of uploading...
... Hi Folks, First of all; thanks to Theunis for posting the results of his work. Its great to get some contributed code. I am a wee bit nervous however, of...
Hi Brian, Looking at the code, definedProperties should iterate over any property that has a daml:domain or rdfs:domain of the class you are inspecting. This ...
Brian, I'll also be presenting at Developer Day, and will be glad to cross-reference our work. Here are a couple pointers: Mike Dean DAML DB ...
Mike Dean
mdean@...
May 3, 2002 4:51 pm
1085
(Apologies if this is a duplicate - I sent the original yesterday but it has not appeared in the email archive on yahoogroups yet.) The Jena team are pleased...
Hi, I have the following code ( java & daml files ). Can any one help me to tell how can I define the ??descripition?? property according to my code, or I...
Magdi, From your code, it looks as though you just want the description of Asterix. You can do that by the following (assume you've already read in the model):...
Hello everybody, I'm a rather new user of the Jena Parser. I'm busy on a project in which it requires for me to read a whole DAML ontology but I'm having some...
Bram - Would it work for you to do: DAMLCommon val = (DAMLCommon) i.next(); if (val instanceof DAMLClass) { // process classes } else if (val instanceof...
Hi Ian, Thank you, It helps a lot. Magdi ... model.read("file:///C:/Jena-Tutorial/DAML/image2.daml"); ... rdf:resource="http://www.daml.org/2001/03/daml+oil"/>...
Hi I have this situation: <daml:ObjectProperty rdf:ID="arrivalAirport_In"> <rdfs:subPropertyOf rdf:resource="http://www.daml.ri.cmu.edu/ont/IOPE#input/> ...
At 11:45 30/04/2002 -0400, Dan Brickley wrote [...] ... Interesting question. If W3C felt it wanted to archive this stuff, maybe we could register the archive...
... Interesting point. I'm concerned about interface bloat, but don't see an a priori reason why that method should not be available. I've added this as an...
Hello Ian Thank you very much for replying to my question. It was a big help and my program runs smoothly now.... Greetings, Bram ... enhancement ... solution...
Hello, When i was going over some previous messages on the list i saw a question about reading the ontology elements of an ontology and a solution for the...
Hello everybody, Got myself another question. I'm still busy reading the complete DAMLontology but I don't seem to get the tags of the namespaces included in...
I read through the Jena tutorial on the plane to WWW 2002. Good job! Below are a few quick comments (mostly typographical errors). I'm posting it to jena-dev...
Mike Dean
mdean@...
May 7, 2002 7:26 pm
1098
At 18:13 07/05/2002 +0000, bpellens wrote: [...] ... That's not the parsers fault; that's the rdf api. listNamespaces may be misnamed, as I've seen this...
... Should we reference this? Jeremy? [...] ... All done except for the tutorial9 suggestion. We are considering changing the way set operations work from...
I'm having a problem loading a model, here is the rdf I want to load, I validated it using w3 validator, and if I change pa.ieci.xsd.Mascaras for...
tarod@...
May 8, 2002 3:19 pm
1101
Hi, I've been having a problem parsing a particular document: <?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" ...
Ben Hood
benhood@...
May 8, 2002 3:41 pm
1102
... There is an error here. The property element with an rdf:resource attribute is not allowed element content. I'm not sure exactly what you are trying to...
I remember I read a bug somewhere I can't remember. It was something about escaped characters in the rdf file and the block of characters that arp reads, if an...
tarod@...
May 8, 2002 4:26 pm
1104
Thanks for the clarification, you hit the nail on the head...... ....and thanks for pointing out the Validation service, its a great job and I wasn't aware of...