... I have just been working on this bug. In the Jena2 CVS version this works. I do not believe I have changed anything. The vital piece of RDF/XML that I test...
prop_disjointWith() *in the Javadoc* for DAMLClass. Please at least _look_ at the documentation before posting here. The Jena team is a small group of...
Thank you reply. when I get the listdamlclass, I need to check it is isRestriction, isEnumeration, isIntersection, isUnion, isComplement, isDisjointUnion,...
Thank you reply. when I get the listdamlclass, I need to check it is isRestriction, isEnumeration, isIntersection, isUnion, isComplement, isDisjointUnion,...
OK, now I understand what you are trying to do. Method isRestriction() tests whether the class expression itself is of type Restriction, whereas methods ...
Hi, I've some problem with model.read an model.write. Just to test if it work, I decided to read http://www.w3.org/1999/02/22-rdf-syntax-ns# and it work with...
OK, the DAMLInstance.getRDFTypes(boolean) worked, but, here's what I had tried earlier that did not work, and prompted my question: // pseudo-code // search...
Hi, ... First of all you have to change your Root-element. It has to be <rdf:RDF xmlns="http://ericae-3905-l2.ift.ulaval.ca/biblio_a/namespaces/biblio_a_ ...
Daniel Bruegge
daniel0303@...
Apr 2, 2003 5:31 am
2619
Mark - What your program does: 1. find an instance with localname beaugolais 2. iterate over the set of properties of the instance (there are two: rdf:type...
re: your rdfs.rdfs file, 27 Mar 2003 Listing of all classes + class hierarchy is attached. rdfs.nt (MKR input) rdfs.save (MKR output) ============ Dick...
Why each time I got the looking is different? one time I can get the looking like this ... next time I can get result look like this ... Then I build the Jtree...
Romy - I would be surprised if you get a different ordering of the output if you don't change the input data at all (that's not to say it's not happening - ...
Ian, Yes. The non-deterministic selection of a rdf:type statement caught me by surprise. What I don't like, however, is that there is no way, from simple...
First, I use the same input file to test the result. I think if it is same file and same statement, I should get same result. right? :) If not the same input...
Mark - ... The non-determinism isn't your problem, insofar as I understand what you are trying to do. The problem is the extra traversal you have put in to...
Thanks, it works now, the rdf file is readed correctly (it turn out that I have other error of upper and lower case in the file). I have another question if...
Chintan - Here's my personal take ... The space of software products for any given purpose is generally very large - too large to be explored by one approach...
Has anyone played around with this? - I'm thinking of right at the simple end of 'business logic', where you might otherwise have a series of if...thens or a...
Hello everyone. I need to know how can i create this graph and then do some rdql to mysql database and get the metadata of http://www.federico.com/book1 using...
I'll be happy to speak for Jena, although I'm not a Jena developer. Jena, and triple stores in general, hit a "sweet spot", a complexity level (from a software...
thanks andy. Sincerelly, i donīt underestand how to do what i want. i read a lot of documentation but nothing helps me to do what i want. Can you help me,...
Just a couple of small points to add to Ian's remarks. For an example of the value of healthy diversity of tools consider the ontology support in the two...
Hi I am using the calss ModelMem to create rdf output. I didnt't find a way to generate a typed resource in the way of <rdf:description rdf:about+"I1"> ...
It sounds like you just need to be able to say that one class or property is special case of another and that two classes or properties are equivalent. This ...
As part of the work on Jena2 inference support I'm putting together some simple rule engines. I currently have a basic forward chainer which I'll probably ...