A fact table linked to many dimension tables that are normalized out to further sub-dimension tables.

A snowflake schema is more normalized than a Star Schema. The dimension tables would link out to other sub-dimension tables via foreign keys rather than duplicate data.


Source