Skip to content

Commit

Permalink
Add relations between project and contribution_to_project, part of th…
Browse files Browse the repository at this point in the history
…e project (parent child relation), and funding in the Project.md file (#26)
  • Loading branch information
chenejac committed May 27, 2024
1 parent 9280ab1 commit 3a02c83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions entities/Funding.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Those of [Resource](../entities/Resource.md) plus:

<a name="rel__has-part">has-part</a> / [is-part-of](../entities/Funding.md#user-content-rel__is-part-of) : A Funding can have any number of other [Fundings](../entities/Funding.md) as parts.

<a name="rel__covers">covers</a> / [funded-by](../entities/Project.md#user-content-rel__funded-by) : A Funding can cover any number of [Projects](../entities/Project.md) that help it happen.

---
## References
<a name="fn1">\[1\]</a> Source: The Oxford Learner's Dictionary of Academic English, https://www.oxfordlearnersdictionaries.com/definition/academic/funding
6 changes: 4 additions & 2 deletions entities/Project.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ acronym : [String](../datatypes/String.md)

## Relationships

(FIXME) part of (link to super Project structure, might be link between a task and working package, or working package and project)
<a name="rel__is-part-of">is-part-of</a> / [has-part](../entities/Project.md#user-content-rel__has-part) : A Project Unit (sub-project/work package/task) can be part of the other [Project unit](../entities/Project.md).

(FIXME) funding source (link to fundings)
<a name="rel__has-part">has-part</a> / [is-part-of](../entities/Project.md#user-content-rel__is-part-of) : A Project Unit can have any number of parts, instances of [Project](../entities/Project.md).

<a name="rel__funded-by">funded-by</a> / [covers](../entities/Funding.md#user-content-rel__covers) : A Project can have any number of [Fundings](../entities/Funding.md) that help it happen.

<a name="rel__has-contribution">has-contribution</a> / [has-target](../entities/Contribution_to_Project.md#user-content-rel__has-target) : A Project can have any number of [contributions](../entities/Contribution_to_Project.md) that help it happen.

Expand Down

0 comments on commit 3a02c83

Please sign in to comment.