Class: Organisation

An organization is a structured group of individuals or entities working together to achieve specific goals through coordinated activities. It can take various forms, such as companies, consortia, institutions, or projects.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: C2D_Ontology:Organisation

classDiagram class Organisation click Organisation href "../Organisation" Entity <|-- Organisation click Entity href "../Entity" Organisation <|-- Consortium click Consortium href "../Consortium" Organisation <|-- Company click Company href "../Company" Organisation <|-- Institution click Institution href "../Institution" Organisation <|-- Project click Project href "../Project" Organisation : competence Organisation --> "*" Competence : competence click Competence href "../Competence" Organisation : contact Organisation --> "*" ContactInfo : contact click ContactInfo href "../ContactInfo" Organisation : description Organisation : location Organisation --> "*" LocationInfo : location click LocationInfo href "../LocationInfo" Organisation : name Organisation : persistentIdentifier Organisation --> "*" PersistentIdentifier : persistentIdentifier click PersistentIdentifier href "../PersistentIdentifier" Organisation : projects Organisation --> "*" Project : projects click Project href "../Project"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
A more extensive description of an object direct
competence *
Competence
Defines the knowledge inventory of an object direct
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

Usages

used by used in type used
Item responsibleOrganisations range Organisation
KnowledgeItem responsibleOrganisations range Organisation
EducationalMaterial responsibleOrganisations range Organisation
DataProblem context range Organisation
DataProblem responsibleOrganisations range Organisation
ExpertContract responsibleOrganisations range Organisation
Portal responsibleOrganisations range Organisation
Tool responsibleOrganisations range Organisation

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:Organisation
native C2D_Ontology:Organisation

LinkML Source

Direct

name: Organisation
description: An organization is a structured group of individuals or entities working
  together to achieve specific goals through coordinated activities. It can take various
  forms, such as companies, consortia, institutions, or projects.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
is_a: Entity
abstract: true
slots:
- description
- competence

Induced

name: Organisation
description: An organization is a structured group of individuals or entities working
  together to achieve specific goals through coordinated activities. It can take various
  forms, such as companies, consortia, institutions, or projects.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
is_a: Entity
abstract: true
attributes:
  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: Organisation
    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: Organisation
    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/
    aliases:
    - Name
    rank: 1000
    multivalued: false
    alias: name
    owner: Organisation
    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: Organisation
    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: Organisation
    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: Organisation
    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: Organisation
    domain_of:
    - Entity
    range: Project