diff --git a/entities/Agent.md b/entities/Agent.md index 1f85069..aa861a4 100644 --- a/entities/Agent.md +++ b/entities/Agent.md @@ -20,6 +20,8 @@ contacts : List<[Contact_Information](../datatypes/Contact_Information.md)> ## Relationships An Agent can *[be the actor](../entities/Activity.md#user-content-rel__actor)* of any number of [Activities](../entities/Activity.md). +An Agent can *[invite](../entities/Call_for_Applications.md#user-content-rel__inviter)* any number of [Calls for Applications](../entities/Call_for_Applications.md). + An Agent can *[receive](../entities/Prize_Award.md#user-content-rel__recipient)* any number of [Prize Awards](../entities/Prize_Award.md). An Agent can *[be the agent in](../entities/Expertise_and_Skills_Possession.md#user-content-rel__by-agent)* any number of [Expertise and Skills Possessions](../entities/Expertise_and_Skills_Possession.md). diff --git a/entities/Application.md b/entities/Application.md index 817af71..68ac74b 100644 --- a/entities/Application.md +++ b/entities/Application.md @@ -27,7 +27,7 @@ An application always references the *applicant*, the [Agent](../entities/Agent. An application always references its *addressee*, the [Agent](../entities/Agent.md) that is expected to consider the application. (Note the role can be called differently in specific contexts.) -An application can reference the *in-response-to* [Call for Applications](../entities/Call_for_Applications.md), the invitation this application is responding to. +An application can reference the *[in-response-to](../entities/Call_for_Applications.md#user-content-rel__applications)* [Call for Applications](../entities/Call_for_Applications.md), the invitation that this application is responding to. An application can optionally reference its *contents*, the [Document](../entities/Document.md) that details the application. diff --git a/entities/Call_for_Applications.md b/entities/Call_for_Applications.md index ecde422..55cee50 100644 --- a/entities/Call_for_Applications.md +++ b/entities/Call_for_Applications.md @@ -20,9 +20,9 @@ Subclasses specify the nature of the invitation for application as well the deta A Call for Applications typically covers a goal (what is intended), a means (what is requested), an offer (what is offered to support the goal) and the guidelines for preparing and submitting applications. ## Relationships -A Call for Applications always references the *inviter*, the [Agent](../entities/Agent.md) that solicits the applications. (Note the role can be called differently in specific contexts.) +A Call for Applications always references the *[inviter](../entities/Agent.md#user-content-rel__solicits)*, the [Agent](../entities/Agent.md) that solicits the applications. (Note the role can be called differently in specific contexts.) -A Call for Applications can reference any number of *applications*, instances of [Application](../entities/Application.md), that are formed with a reference to it. +A Call for Applications can reference any number of *[applications](../entities/Application.md#user-content-rel__in-response-to)*, instances of [Application](../entities/Application.md), that are formed with a reference to it. A Call for Applications can optionally reference its *contents*, the [Document](../entities/Document.md) that details the invitation.