Rekursive relations

Hello!

I’m trying to map a rekursive relation.
For example:

Every person has an age and a name.
Every person has relatives by definition, and the relatives are also persons

Like:

20
John

sister
Mary



24
Mary

brother
John



Could I use objectreference to connect document instances from the same schema?

For example:
home schema = persondatabase
node which contains a reference = person2

and

foreign schema = persondatabase
the foreign referenced node =
persondatabase/person

Thank you in advance :slight_smile:

Misspelling!!
Not Rekursive but RECURSIVE…sorry