| Contact | Donate | Imprint |
| Organization | OrganizationModule | ZeppelinFlight |
| Property | Type | Entity | Reference | Module |
| (1) FoundedOn | DATE | Organization | ||
| (2) HeadquartersLocation | INT | Organization | Location | LocationModule |
| (3) Name | STRING | Organization | ||
| (4) OrganizationType | STRING | Organization | ||
| (5) Website | STRING | Organization |
Example:
final Organization organization = (Organization) invokeModule(ORGANIZATION_MODULE + "/organization/" + id, Organization.class);| Contact | Donate | Imprint |