I'm wondering how to share an entity between two different core data models?
For example, I have a "Universe" model which describes a "WorldData" with its "CountryData". And in another hand, I have a "Population" model which describes a "HumanData" with its "CountryData".
I definitely want to keep my models separated.
Thanks in advance.