Class: Organizer
An organizer of an academic event or event series.
Inheritance
- Contributor [ NamedThing]
- Organizer
Slots
Name | Range | Cardinality | Description |
---|---|---|---|
Contact | Contact Person | 0..1 recommended | The contact person of an academic event or event series. |
Type | Contributor Type | 0..1 | An abstract property that is reused in certain classes to differentiate their instances according to the type enums defined as the range. |
ID | xsd:anyURI | 1..1 | A property to provide an internal id of a schema entity in the ConfIDent plattform. |
Name | xsd:string | 0..1 | A property to provide a name of a schema entity. |
External ID | External ID | 0..* | A property to provide an external id of a schema entity. |
Usages
used by | used in | type | used |
---|---|---|---|
Event Series | Organizer | range | Organizer |
Event | Organizer | range | Organizer |
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['confident:Organizer'] |
native | ['confident:Organizer'] |
LinkML Source
name: Organizer
description: An organizer of an academic event or event series.
title: Organizer
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
is_a: Contributor
attributes:
contact:
name: contact
description: The contact person of an academic event or event series.
title: Contact
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
range: ContactPerson
required: false
recommended: true
inlined: true