You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hasMemberAudience is declared to point to a member of an audience, but is not used in any of the classes. It may be obsolete?
I would rather express the fact that a person is a member of an audience by a property like belongsToAudience pointing from a Consumer to an Audience.
Another option would be to use the property isMemberOf, but this would require the inverse property hasMember to be a property of an Audience and I don't think the Audience should have knowledge about individual members.
Proposal: Delete hasMemberAudience. Comments are welcome!
The text was updated successfully, but these errors were encountered:
hasMemberAudience
is declared to point to a member of an audience, but is not used in any of the classes. It may be obsolete?I would rather express the fact that a person is a member of an audience by a property like
belongsToAudience
pointing from aConsumer
to anAudience
.Another option would be to use the property
isMemberOf
, but this would require the inverse propertyhasMember
to be a property of anAudience
and I don't think theAudience
should have knowledge about individual members.Proposal: Delete
hasMemberAudience
. Comments are welcome!The text was updated successfully, but these errors were encountered: