Skip to content

Commit

Permalink
Add relationship between Resource Request and Resource in the md files (
Browse files Browse the repository at this point in the history
  • Loading branch information
chenejac committed Apr 19, 2024
1 parent d62407b commit b51d77b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions entities/Resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Anything that can be used for or in the process of research.

<a name="rel__is-offered-in">A Resource can *[be offered in](../entities/Resource_Offer.md#user-content-rel__resource)* any number of [Resource Offers](../entities/Resource_Offer.md).</a>

<a name="rel__is-requested-in">A Resource can *[be requested in](../entities/Resource_Request.md#user-content-rel__resource)* any number of [Resource Request](../entities/Resource_Request.md).</a>

<a name="rel__has-identifier">A Resource can *[have](../entities/Resource_Identifier.md#user-content-rel__is-assigned-to)* any number of [Resource_Identifiers](../entities/Resource_Identifier.md).</a>

<a name="rel__used-for-contribution">A Resource can be *[linked with a contribution](../entities/Resource_Usage_Statement.md#user-content-rel__uses)* over [a resource usage statement](../entities/Resource_Usage_Statement.md) which is using the resource. For instance, funding, dataset, or equipment can be used in producing a journal article.</a>
Expand Down
3 changes: 2 additions & 1 deletion entities/Resource_Request.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ An additional description to communicate the purpose of the entity.
[FIXME]

## Relationships
[FIXME]
<a name="rel__resource">A Resource Request *[specifies](../entities/Resource.md#user-content-rel__is-requested-in)* the [Resource](../entities/Resource.md) that is the subject of this request.</a>


## Constraints
Any constraints a subclass makes on its superclasses.
Expand Down

0 comments on commit b51d77b

Please sign in to comment.