Class: Consortium
An organized group of multiple entities (such as universities, research institutes, companies, and other organizations) that collaborate on specific projects or initiatives, often to achieve common goals in research, development, and innovation.
 classDiagram
    class Consortium
    click Consortium href "../Consortium"
      Organisation <|-- Consortium
        click Organisation href "../Organisation"
      Consortium : acronym
      Consortium : competence
    Consortium --> "*" Competence : competence
    click Competence href "../Competence"
      Consortium : contact
    Consortium --> "*" ContactInfo : contact
    click ContactInfo href "../ContactInfo"
      Consortium : description
      Consortium : location
    Consortium --> "*" LocationInfo : location
    click LocationInfo href "../LocationInfo"
      Consortium : members
    Consortium --> "*" Entity : members
    click Entity href "../Entity"
      Consortium : name
      Consortium : persistentIdentifier
    Consortium --> "*" PersistentIdentifier : persistentIdentifier
    click PersistentIdentifier href "../PersistentIdentifier"
      Consortium : projects
    Consortium --> "*" Project : projects
    click Project href "../Project"
Inheritance
- Entity- Organisation- Consortium
 
 
- Organisation
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| acronym | 0..1 String | A short form or abbreviation of the consortium's name, if applicable | direct | 
| members | * Entity | Entities that are part of the consortium, including universities, research in... | direct | 
| description | 0..1 String | A more extensive description of an object | Organisation | 
| competence | * Competence | Defines the knowledge inventory of an object | Organisation | 
| name | 1 String | A descriptive label that specifies the name or designation of the entity, pro... | Entity | 
| contact | * ContactInfo | References a contact entity to describe different methods of contact | Entity | 
| location | * LocationInfo | Describes the location of something as n separate location object(s) | Entity | 
| persistentIdentifier | * PersistentIdentifier | Links PID item | Entity | 
| projects | * Project | Research projects and initiatives related to this element | Entity | 
Aliases
- Konsortium
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:Consortium | 
| native | C2D_Ontology:Consortium | 
LinkML Source
Direct
name: Consortium
description: An organized group of multiple entities (such as universities, research
  institutes, companies, and other organizations) that collaborate on specific projects
  or initiatives, often to achieve common goals in research, development, and innovation.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- Konsortium
is_a: Organisation
slot_usage:
  name:
    name: name
    domain_of:
    - Entity
    range: string
attributes:
  acronym:
    name: acronym
    description: A short form or abbreviation of the consortium's name, if applicable.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - Akronym
    rank: 1000
    domain_of:
    - Consortium
    range: string
  members:
    name: members
    description: Entities that are part of the consortium, including universities,
      research institutes, companies, and other organizations.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - Mitglieder
    rank: 1000
    multivalued: true
    domain_of:
    - Consortium
    range: Entity
Induced
name: Consortium
description: An organized group of multiple entities (such as universities, research
  institutes, companies, and other organizations) that collaborate on specific projects
  or initiatives, often to achieve common goals in research, development, and innovation.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- Konsortium
is_a: Organisation
slot_usage:
  name:
    name: name
    domain_of:
    - Entity
    range: string
attributes:
  acronym:
    name: acronym
    description: A short form or abbreviation of the consortium's name, if applicable.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - Akronym
    rank: 1000
    alias: acronym
    owner: Consortium
    domain_of:
    - Consortium
    range: string
  members:
    name: members
    description: Entities that are part of the consortium, including universities,
      research institutes, companies, and other organizations.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - Mitglieder
    rank: 1000
    multivalued: true
    alias: members
    owner: Consortium
    domain_of:
    - Consortium
    range: Entity
  description:
    name: description
    description: A more extensive description of an object.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - Beschreibung
    rank: 1000
    multivalued: false
    alias: description
    owner: Consortium
    domain_of:
    - Item
    - Organisation
    range: string
    required: false
  competence:
    name: competence
    description: Defines the knowledge inventory of an object. Values have to be selected
      from the the first two columns of the C2D data competency matrix, ideally from
      the second column.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - Kompetenz
    - Fähigkeit
    rank: 1000
    multivalued: true
    alias: competence
    owner: Consortium
    domain_of:
    - Item
    - Organisation
    is_grouping_slot: true
    range: Competence
    required: false
  name:
    name: name
    description: A descriptive label that specifies the name or designation of the
      entity, providing a succinct identification or summary of its role or purpose.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    alias: name
    owner: Consortium
    domain_of:
    - Entity
    range: string
    required: true
  contact:
    name: contact
    description: References a contact entity to describe different methods of contact.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - kontakt
    rank: 1000
    multivalued: true
    alias: contact
    owner: Consortium
    domain_of:
    - Entity
    range: ContactInfo
  location:
    name: location
    description: Describes the location of something as n separate location object(s).
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    alias: location
    owner: Consortium
    domain_of:
    - Entity
    range: LocationInfo
  persistentIdentifier:
    name: persistentIdentifier
    description: Links PID item.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    alias: persistentIdentifier
    owner: Consortium
    domain_of:
    - Entity
    - Literature
    - EducationalMaterial
    range: PersistentIdentifier
    required: false
  projects:
    name: projects
    description: Research projects and initiatives related to this element.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - Projekte
    rank: 1000
    multivalued: true
    alias: projects
    owner: Consortium
    domain_of:
    - Entity
    range: Project