Skip to content

Commit

Permalink
Fix - call for application in md file should be subclass of Resource …
Browse files Browse the repository at this point in the history
…offer (#26)
  • Loading branch information
chenejac committed May 28, 2024
1 parent c9f7f0d commit ad3aed0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions entities/Call_for_Applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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.

## Specialization of
[Resource Request](../entities/Resource_Request.md)
[Resource Offer](../entities/Resource_Offer.md)

## Attributes
deadline: [Date](../datatypes/Date.md) – until when applications can be submitted
Expand All @@ -26,8 +26,6 @@ deadline: [Date](../datatypes/Date.md) – until when applications can be submit

<a name="rel__has-application">has-application</a> / [in-response-to](../entities/Application.md#user-content-rel__in-response-to) : A Call for Applications can reference the [Applications](../entities/Application.md) that make a reference to it.

<a name="rel__has-contents">has-contents</a> : A Call for Applications can optionally reference its contents: the [Document](../entities/Document.md) that details the call.

---
## References
<a name="fn1">\[1\]</a> Source: The Oxford Dictionary, https://www.lexico.com/definition/invitation

0 comments on commit ad3aed0

Please sign in to comment.