Skip to content

Commit

Permalink
Add link between Expertise and Time and Effort and Expertise and Skil…
Browse files Browse the repository at this point in the history
…ls (#26)
  • Loading branch information
chenejac committed Jun 3, 2024
1 parent 88eb800 commit 9648175
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion diagrams/core.puml
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,11 @@
!endsub

!startsub Expertise_and_Time_and_Effort
"Agent" <-- "0..*" "Expertise_and_Time_and_Effort" : of <
"Agent" "by agent 1" <--> "0..*" "Expertise_and_Time_and_Effort"
!endsub

!startsub Expertise_and_Time_and_Effort
"Expertise_and_Skills" "uses expertise and skills 0..*" <--> "0..*" "Expertise_and_Time_and_Effort"
!endsub

!startsub Position
Expand Down
2 changes: 2 additions & 0 deletions entities/Expertise_and_Skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ description: [Multilingual String](../datatypes/Multilingual_String.md)

<a name="rel__is-possessed-through">is-possessed-through</a> / [possesses](../entities/Expertise_and_Skills_Possession.md#user-content-rel__possesses) : A Expertise and Skills can be possessed in any number of [Expertise and Skills Possessions](../entities/Expertise_and_Skills_Possession.md).

<a name="rel__is-used-as-a-resource">is-used-as-a-resource</a> / [uses-expertise-and-skills](../entities/Expertise_and_Time_and_Effort.md#user-content-rel__uses-expertise-and-skills) : A Expertise and Skills can be used as a resource in any number of [Expertise and Time and Effort](../entities/Expertise_and_Time_and_Effort.md).

---
## References
<a name="fn1">\[1\]</a> Source: The Cambridge Dictionary of English. https://dictionary.cambridge.org/dictionary/english/expertise
Expand Down
3 changes: 3 additions & 0 deletions entities/Expertise_and_Time_and_Effort.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Besides those of [Resource](../entities/Resource.md):

<a name="rel__by-agent">by-agent</a> / [is-agent-in2](../entities/Agent.md#user-content-rel__is-agent-in2) : An Expertise and Time and Effort references the [Agent](../entities/Agent.md) whose expertise, time and effort it would be.

<a name="rel__uses-expertise-and-skills">uses-expertise-and-skills</a> / [is-used-as-a-resource](../entities/Expertise-and-Skills.md#user-content-rel__is-used-as-a-resource) : An Expertise and Time and Effort references any number of [Expertises and Skills](../entities/Expertise_and_Skills.md) belonging to the Agent who is providing its expertise and time.


---
## References
<a name="fn1">\[1\]</a> Source: The Cambridge Dictionary of English. https://dictionary.cambridge.org/dictionary/english/expertise
Expand Down

0 comments on commit 9648175

Please sign in to comment.