Skip to content

Commit

Permalink
Correct Contribution to Event (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvorak001 committed Apr 6, 2024
1 parent 548535e commit 1773efb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
11 changes: 9 additions & 2 deletions entities/Contribution_to_Event.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
# Contribution to Event

## Definition
Any contribution an [Agent](../entities/Agent.md) made to a [Event](../entities/Event.md).
Any contribution an [Agent](../entities/Agent.md) made to an [Event](../entities/Event.md).

## Usage notes

Anything that helps an Event to take place.

## Specialization of
[Contribution](../entities/Contribution.md)

## Attributes

Those inherited from [Contribution](../entities/Contribution.md#attributes)

## Relationships

Beside those inherited from [Contribution](../entities/Contribution.md#relationships), a Contribution to Event always has the *[event](../entities/Event.md)*: an instance of [Event](../entities/Event.md).
Those inherited from [Contribution](../entities/Contribution.md#relationships).

<a name="rel__event">A Contribution to Event always has the *[event](../entities/Event.md)*: an instance of [Event](../entities/Event.md).</a>

## Illustrative Diagram

Expand Down
8 changes: 4 additions & 4 deletions entities/Event.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Event

## Definition

A thing that happens, especially something important.<sup>[1](#fn1)</sup>

## Usage notes

Events include scientific and other conferences, workshops, seminars or any other type of meeting.
It can be one particular event (for instance the [CRIS 2022](https://cris2022.srce.hr/) conference),
It can be one particular event (for instance the [CRIS 2024](https://cris2024.eurocris.org/) conference),
or a series of events (for instance the [euroCRIS Webinar series](https://eurocris.org/eurocris-events)).

## Attributes


## Relationships

<a name="rel__is-helped-by">An Event can *[be helped by](../entities/Contribution_to_Prize.md#user-content-rel__event)* any number of [Contributions to Event](../entities/Contribution_to_Event.md).</a>

---
## Matches
Expand Down
3 changes: 2 additions & 1 deletion serializations/RDF/core.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,8 @@ namely, submit an [Application](../entities/Application.md)."""@en ;

### https://w3id.org/cerif2/Contribution_to_Event
<https://w3id.org/cerif2/Contribution_to_Event> rdf:type owl:Class ;
rdfs:comment "Any contribution an [Agent](../entities/Agent.md) made to a [Event](../entities/Event.md)."@en ;
rdfs:subClassOf <https://w3id.org/cerif2/Contribution> ;
rdfs:comment "Any contribution an [Agent](../entities/Agent.md) made to an [Event](../entities/Event.md)."@en ;
rdfs:label "Contribution to Event"@en .


Expand Down

0 comments on commit 1773efb

Please sign in to comment.