From 6e65f6f2a0fbbc27de10818009708b368032c665 Mon Sep 17 00:00:00 2001 From: Dragan Ivanovic Date: Tue, 28 May 2024 14:22:33 +0200 Subject: [PATCH] Fix elements in the Authorship.md file (definition of the concept and derived relationships) (#26) --- entities/Authorship.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/entities/Authorship.md b/entities/Authorship.md index 025328b..25a487f 100644 --- a/entities/Authorship.md +++ b/entities/Authorship.md @@ -1,7 +1,7 @@ # Authorship ## Definition -[FIXME] Structured information about linking an [Agent](../entities/Agent.md) or any of its specializations ([Person](../entities/Person.md), [Organisation Unit](../entities/Organisation_Unit.md)) with a [Textual Document](../entities/Textual_Document.md) or any of its specializations. +Structured information about linking an [Agent](../entities/Agent.md) or any of its specializations ([Person](../entities/Person.md), [Organisation Unit](../entities/Organisation_Unit.md)) with a [Document](../entities/Document.md) or any of its specializations. Authorship implies responsibility and accountability of an Agent for published Document. ## Specialization of [Contribution to Document](../entities/Contribution_to_Document.md) @@ -12,7 +12,8 @@ Those inherited from [Contribution to Document](../entities/Contribution_to_Docu corresponding author flag: [Boolean](../datatypes/Boolean.md) – indicates whether this author is responsible for correspondence (true) ## Relationships -None beside those inherited from [Contribution to Document](../entities/Contribution_to_Document.md#relationships). +Beside those inherited from [Contribution to Document](https://github.com/EuroCRIS/CERIF-Core/blob/main/entities/Contribution_to_Document.md#relationships) and its predecessors, there is also a link to *author*: an instance of [Agent](https://github.com/EuroCRIS/CERIF-Core/blob/main/entities/Agent.md) +replacing the derived *has-actor* link from [Activity](https://github.com/EuroCRIS/CERIF-Core/blob/main/entities/Activity.md#user-content-rel__has-actor). --- ## Matches