-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add relations between Event and collocated event, Event and Event Ser…
…ies, and Event and Contribution to Event in the md file (#26)
- Loading branch information
Showing
3 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Event_Series | ||
|
||
## Definition | ||
|
||
A thing that happens regularly (annually, bi-annually, etc.) about a particular subject. | ||
|
||
## Usage notes | ||
|
||
Event series include scientific and other conferences, workshops, seminars or any other type of meeting. | ||
One example is the [CRIS - International Conference on Current Research Information Systems](https://www.confident-conference.org/index.php/Event_Series:10ba49ac-d068-47b4-a82c-02c18cc1a200). | ||
|
||
## Attributes | ||
|
||
title : [Multilingual String](../datatypes/Multilingual_String.md) | ||
|
||
acronym : [Multilingual String](../datatypes/Multilingual_String.md) | ||
|
||
description : [Multilingual String](../datatypes/Multilingual_String.md) | ||
|
||
recurrence period : [Decimal](../datatypes/Decimal.md) | ||
|
||
recurrence unit : [Multilingual String](../datatypes/Multilingual_String.md) | ||
|
||
contacts : List<[Contact_Information](../datatypes/Contact_Information.md)> | ||
|
||
## Relationships | ||
|
||
<a name="rel__has-instances">has-instances</a> / [belongs-to-series](../entities/Event.md#user-content-rel__belongs-to-series) : An Event Series has list of [Event](../entities/Event.md) instances which have been organized. | ||
|
||
--- | ||
## Matches | ||
Narrow match of Schema.org [Event](https://schema.org/Event). | ||
|
||
## References | ||
<a name="fn1">\[1\]</a> Source: The Cambridge Dictionary of English. https://www.oxfordlearnersdictionaries.com/definition/english/event |