-
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 Event_Identifier in the CORE, link with Event, add ConfIDent as a…
… subtype (#26)
Showing
4 changed files
with
54 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# The ConfIDent datatype | ||
|
||
## Definition | ||
The datatype that represents the [ConfIDent Identifiers](https://www.confident-conference.org/). | ||
|
||
## Specialization of | ||
[DOI ID](../datatypes/DOI_ID.md) | ||
|
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,22 @@ | ||
# ConfIDent Identifier | ||
|
||
## Definition | ||
A ConfIDent<sup>[1](#fn1)</sup> identifier assigned to an [Event](../entities/Event.md). | ||
|
||
## Specialization of | ||
[Event Identifier](../entities/Event_Identifier.md) | ||
|
||
## Attributes | ||
Besides those of [Event Identifier](../entities/Event_Identifier.md): | ||
|
||
ConfIDent ID : [ConfIDent ID Type](../datatypes/ConfIDent_ID.md) | ||
|
||
## Relationships | ||
None besides those of [Event Identifier](../entities/Event_Identifier.md). | ||
|
||
## Constraints | ||
A ConfIDent Identifier can only [be assigned](../entities/Event_Identifier.md#user-content-rel__is-assigned-to) to an [Event](../entities/Event.md). | ||
|
||
--- | ||
## References | ||
<a name="fn1">\[1\]</a> ConfIDent conferences registry, https://www.confident-conference.org/ |
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,10 @@ | ||
# Event Identifier | ||
|
||
## Definition | ||
An identifier that is assigned to an [Event](../entities/Event.md). | ||
|
||
## Attributes | ||
|
||
## Relationships | ||
|
||
<a name="rel__is-assigned-to">is-assigned-to</a> / [has-identifier](../entities/Resource.md#user-content-rel__has-identifier) : An Event Identifier can be assigned to an [Event](../entities/Event.md). |