Skip to content

Commit

Permalink
Add Event_Identifier in the CORE, link with Event, add ConfIDent as a…
Browse files Browse the repository at this point in the history
… subtype (#26)
chenejac committed Oct 29, 2024
1 parent 73a5b30 commit 0606366
Showing 4 changed files with 54 additions and 0 deletions.
8 changes: 8 additions & 0 deletions datatypes/ConfIDent_ID.md
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)

14 changes: 14 additions & 0 deletions diagrams/core.puml
Original file line number Diff line number Diff line change
@@ -413,6 +413,20 @@

!endsub

!startsub Event_Identifier
class "Event_Identifier" #ffffff {
}

"Event_Identifier" "0..*" <-- "1" "Event" : has identifier <

class "ConfIDent_Identifier" #ffffff {
confIDentId : ConfIDent_ID
}

"Event_Identifier" <|-- "ConfIDent_Identifier"

!endsub

!startsub Contribution_Statement
class "Contribution_Statement" #ffffff {
statement : Multilingual_String
22 changes: 22 additions & 0 deletions entities/ConfIDent_Identifier.md
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/
10 changes: 10 additions & 0 deletions entities/Event_Identifier.md
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).

0 comments on commit 0606366

Please sign in to comment.