| Contact | Donate | Imprint |
| Person | PersonModule | Imdb |
| Property | Type | Entity | Reference | Module |
| (1) Bio | STRING | Person | ||
| (2) BirthDate | DATE | Person | ||
| (3) BirthPlace | STRING | Person | ||
| (4) DeathDate | DATE | Person | ||
| (5) Gender | STRING | Person | ||
| (6) PhotoUrl | STRING | Person | ||
| (7) PrimaryName | STRING | Person | ||
| (8) PrimaryProfession | STRING | Person |
Example:
final Person person = (Person) invokeModule(PERSON_MODULE + "/person/" + id, Person.class);| Contact | Donate | Imprint |