From ad3aed0346807eee0020f988d31d0fcc9388ad44 Mon Sep 17 00:00:00 2001 From: Dragan Ivanovic Date: Tue, 28 May 2024 14:36:02 +0200 Subject: [PATCH] Fix - call for application in md file should be subclass of Resource offer (#26) --- entities/Call_for_Applications.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/entities/Call_for_Applications.md b/entities/Call_for_Applications.md index 71150a1..347741f 100644 --- a/entities/Call_for_Applications.md +++ b/entities/Call_for_Applications.md @@ -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 @@ -26,8 +26,6 @@ deadline: [Date](../datatypes/Date.md) – until when applications can be submit has-application / [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. -has-contents : A Call for Applications can optionally reference its contents: the [Document](../entities/Document.md) that details the call. - --- ## References \[1\] Source: The Oxford Dictionary, https://www.lexico.com/definition/invitation \ No newline at end of file