Membership¶
Indicates the nature of an Agent's membership of an organization. Represents an n-ary relation between an Agent, an Organization and a Role. It is possible to directly indicate membership, independent of the specific Role, through use of the org:memberOf property.
Diagram¶

Formalization for Membership¶
| Property | Constraint |
|---|---|
| member | only foaf:Agent |
| memberDuring | |
| organization | only Organization |
| role | only Role |
| disjointWith | Organization |
| disjointWith | Role |
| disjointWith | Site |