alephdata / aleph

Search and browse documents and data; find the people and companies you look for.
http://docs.aleph.occrp.org
MIT License
1.99k stars 265 forks source link

How to handle multiple properties on model? #3730

Closed terion-name closed 2 months ago

terion-name commented 2 months ago

Let's assume ftm model Person. Person has phone and email, for example. Singular.

But in real life most people have multiple phones and/or emails. How to handle this with ftm and aleph?

tillprochaska commented 2 months ago

Properties in FollowTheMoney are multi-valued, and Aleph has full support for multiple values for properties, too.

You might want to also check out the FollowTheMoney introduction here: https://followthemoney.tech/docs/

terion-name commented 2 months ago

Properties in FollowTheMoney are multi-valued, and Aleph has full support for multiple values for properties, too.

You might want to also check out the FollowTheMoney introduction here: https://followthemoney.tech/docs/

thank you! missed this part in docs, sorry