Hi Running of tutorial03 results in a set of triples such as. Why is it that (http://hostname/rdf/tutorial/emailAddress, [5efa1a:ea81a92b77:- 8000],...
Hi I am experimenting with some code. I used an ontology file image.daml which was presented to this list earlier on. I tried to use the getSubClasses to get...
... If understand you correctly, then yes, you can put anything in the list you can put at the top level. ... Ah - I'd forgotten this had to conform to RSS. ...
Hi Charlie, The triples are printed out in order (predicate, subject, object). The bit of code that creates the fragment of the graph resulting in the triples...
... data ... list ... cool ... Yes, but only eventually. ... data ... So to try and summarise some of what I'm doing with NeuroGrid and RDF I have created a...
I just tested it and got the same results If you change daml:subClassOf to rdfs:subClassOf it works but with daml:subClassOf ot should alswo work because daml...
This is already logged as a bug (see archive message http://groups.yahoo.com/group/jena-dev/message/50) and will be fixed in the next release. Sorry for the...
Thanks for the help Charlie ... From: Dickinson, Ian J [mailto:Ian_Dickinson@...] Sent: Sunday, December 02, 2001 6:32 PM To: 'jena-dev@yahoogroups.com' ...
Benjamin - I owe you an apology. When I wrote earlier to say that I had run your code and it worked, I had entirely forgotten that I fixed a bug [1] in ...
370
Benjamin Dai
bdai@...
Dec 4, 2001 6:55 pm
No problem. I was debugging the JUnit code for the longest time trying to figure out what was wrong. Thanks for the workaround suggestion. I'll try ...
371
tarod@...
Dec 5, 2001 9:59 am
Sorry for the delay but we are working in a prototype that we must have ready on Monday next week, so, I'm not working very much on the validator, but next...
Hi all, i'm trying to combine different models into one... I've tried something like this: 0 public static void addModelTest(){ 1 //instantiate two models 2...
off course the m3 in the printstatement should be m2, however this is only a type error and not the solution, thus the question remains. ... ); ... );...
Dear All, on http://groups.yahoo.com/group/jena-dev/files/autoissues.html you can find the Jena review issues list. I'm afraid it's not very pretty, but it's...
Dear All Just must someone also need such application or would be interested to provide feedback I created very simple RMI wrapper to Jena Query Engine It...
PS sorry error. Just must someone should be Maybe someone Dear All Just must someone also need such application or would be interested to provide feedback I...
Andrei, I just experimented with the online demo - great! The more ways applications can access RDF data the better because the choice of connection may well...
Do folks want to see a "contrib" mechanism for Jena? Such contributions would be useful tools/apps/anything for other Jena applications and application...
379
Emmanuel Pietriga
epietrig@...
Dec 6, 2001 2:31 pm
Is there anyway in Jena to tell the serializer that a particular description should use the "ID" attribute and not the "about" attribute? Thanks, Emmanuel...
380
Jeremy Carroll
jjc@...
Dec 6, 2001 3:32 pm
When using the RDF/XML-ABBREV serializer it generally tries to use ID the first time it mentions any appropriate resource. The key to permitting it is to...
There is currently no way to do this for the basic serializer. Brian...
382
Emmanuel Pietriga
epietrig@...
Dec 6, 2001 3:47 pm
... You mean the base parameter in PrettyWriter.write() ? But this is not going to work with the standard syntax serializer? Thanks, Emmanuel -- E. Pietriga...
383
Jeremy Carroll
jjc@...
Dec 6, 2001 4:03 pm
... YES, also from Model.write() (when "RDF/XML-ABBREV" is the language) ... NO - the standard serializer is deliberately minimalist. Jeremy...
Andy I do not understand what is "bNodes"? Could you, please, describe in more details? About subqueries, nested queries and all that. Also about reusing of...
It would be excellent to have SOAP access to RDF database. Just from practical point of view My experience here in Austria shows that there is a large...
Hi, I'm using Jena and RDQL in an application, but I'm having problems implementing a feature. I am using RDQL to query the RDF and getting results back as...
... Erm, sorry to reply to my own question, but I've implemented the solution where I'm checking for "anon:" and if I find it doing a string comparison after...
Hi Andrei, We did build a SOAP-accessible RDF server. As well as RDQL queries we supported update and retrieval of whole models using soap-with-attachments...
Hi Dave! Which SOAP implementation did you use? I did some benchmarking and Apache SOAP is very slow and therefore not usable for some (or even most)...