Class: ContactInfo
Contact methods with a specific type and period of validity.
 classDiagram
    class ContactInfo
    click ContactInfo href "../ContactInfo"
      ContactInfo : contactType
    ContactInfo --> "1" EnumContactType : contactType
    click EnumContactType href "../EnumContactType"
      ContactInfo : dateBegin
      ContactInfo : dateEnd
      ContactInfo : internalNote
      ContactInfo : preferred
      ContactInfo : value
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| dateBegin | 0..1 Date | The date when a project or event starts | direct | 
| dateEnd | 0..1 Date | The date when a project or event ends | direct | 
| internalNote | 0..1 String | Internal-only comments about the subject, not visible from extern | direct | 
| value | 1 String | Universal slot for usage in info classes | direct | 
| contactType | 1 EnumContactType | direct | |
| preferred | 0..1 Boolean | Indicates whether this contact method is the preferred one | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| Entity | contact | range | ContactInfo | 
| Organisation | contact | range | ContactInfo | 
| Consortium | contact | range | ContactInfo | 
| Company | contact | range | ContactInfo | 
| Institution | contact | range | ContactInfo | 
| Person | contact | range | ContactInfo | 
| Project | contact | range | ContactInfo | 
Aliases
- KontaktInformation
Identifier and Mapping Information
Schema Source
- from schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | C2D_Ontology:ContactInfo | 
| native | C2D_Ontology:ContactInfo | 
LinkML Source
Direct
name: ContactInfo
description: Contact methods with a specific type and period of validity.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- KontaktInformation
slots:
- dateBegin
- dateEnd
- internalNote
- value
attributes:
  contactType:
    name: contactType
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    domain_of:
    - ContactInfo
    range: enumContactType
    required: true
  preferred:
    name: preferred
    description: Indicates whether this contact method is the preferred one.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    domain_of:
    - ContactInfo
    range: boolean
Induced
name: ContactInfo
description: Contact methods with a specific type and period of validity.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- KontaktInformation
attributes:
  contactType:
    name: contactType
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    alias: contactType
    owner: ContactInfo
    domain_of:
    - ContactInfo
    range: enumContactType
    required: true
  preferred:
    name: preferred
    description: Indicates whether this contact method is the preferred one.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    alias: preferred
    owner: ContactInfo
    domain_of:
    - ContactInfo
    range: boolean
  dateBegin:
    name: dateBegin
    description: The date when a project or event starts.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    alias: dateBegin
    owner: ContactInfo
    domain_of:
    - ContactInfo
    - Project
    range: date
    required: false
  dateEnd:
    name: dateEnd
    description: The date when a project or event ends.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    alias: dateEnd
    owner: ContactInfo
    domain_of:
    - ContactInfo
    - Project
    range: date
    required: false
  internalNote:
    name: internalNote
    description: Internal-only comments about the subject, not visible from extern.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - Notiz
    - Anmerkung
    rank: 1000
    alias: internalNote
    owner: ContactInfo
    domain_of:
    - ContactInfo
    - LocationInfo
    - ExpertContract
    range: string
    required: false
  value:
    name: value
    description: Universal slot for usage in info classes. Required.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - Wert
    rank: 1000
    multivalued: false
    alias: value
    owner: ContactInfo
    domain_of:
    - ContactInfo
    - License
    - PersistentIdentifier
    range: string
    required: true