Is there a way to define an entity that has an undefined number of attributes and new attributes are added as they come?
Like:
person sub entity
owns atribute 1
owns atribute 2
.
.
.
owns attribute n
//and then define the attributes separately?
attribute1 sub attibute
value double
// and the value of the attribute to be unique to the entity eg a telephone number?