Re: [elephant-devel] indexing in elephant

2009-12-23 Thread Arjun Mullick
Thanks a lot , we really got what we want. On Wed, Dec 23, 2009 at 4:53 AM, Alex Mizrahi wrote: > > 2. What we have decided is to make separate persistent class for each > > predicate. > > So, class is a predicate, right? > > >3. (defpclass dependson () > > ((subject :accessor subject

Re: [elephant-devel] indexing in elephant

2009-12-22 Thread Alex Mizrahi
> 2. What we have decided is to make separate persistent class for each > predicate. So, class is a predicate, right? >3. (defpclass dependson () > ((subject :accessor subject) > (predicate :accessor predicate) > (object :accessor object))) Why do you need a

[elephant-devel] indexing in elephant

2009-12-22 Thread Arjun Mullick
Hello, 1. we wish to make an application that stores relations basically subject-predicate-object For example : Force-dependson-mass, Force-dependson-acceleration, whale-isa-mammal. 2. What we have decided is to make separate persistent class for each predicate. For example in the examples