A database designer is creating a model for a university. The 'PERSON' entity has common attributes like 'PersonID' and 'Name'. There are also more specific entities like 'STUDENT' (with 'GPA') and 'PROFESSOR' (with 'Salary'). 'STUDENT' and 'PROFESSOR' both inherit the attributes of 'PERSON'. What is the 'PERSON' entity an example of in this relationship?