// Entity Vorstellung #BaseModel Vorstellung { id: int { @Id @AutoIncremented @ObjectType } ; hall: Kinosaal { } ; movie: Film { } ; start: date { @NotNull } ; }