Re: Dealing with polyhierarchical data

2010-01-29 Thread Olivier Guilyardi
On 01/28/2010 11:12 AM, Matthias Kestenholz wrote: > Hi > > On Wed, Jan 27, 2010 at 11:29 PM, Olivier Guilyardi wrote: >> Hi, >> >> I'm working with a polyhierarchical thesaurus, and trying to handle that in >> Django. By polyhierarchical, I mean : nodes can have both multiple parents >> and >>

Re: Dealing with polyhierarchical data

2010-01-28 Thread Matthias Kestenholz
Hi On Wed, Jan 27, 2010 at 11:29 PM, Olivier Guilyardi wrote: > Hi, > > I'm working with a polyhierarchical thesaurus, and trying to handle that in > Django. By polyhierarchical, I mean : nodes can have both multiple parents and > children. > > Actually, this is a geographical thesaurus, and yes

Dealing with polyhierarchical data

2010-01-27 Thread Olivier Guilyardi
Hi, I'm working with a polyhierarchical thesaurus, and trying to handle that in Django. By polyhierarchical, I mean : nodes can have both multiple parents and children. Actually, this is a geographical thesaurus, and yes a location can have multiple parents (being across countries, etc..). I hav