Class: ExpertContract

Represents expertise relationships that are usually contractually stipulated.

URI: C2D_Ontology:ExpertContract

classDiagram class ExpertContract click ExpertContract href "../ExpertContract" Item <|-- ExpertContract click Item href "../Item" ExpertContract : competence ExpertContract --> "*" Competence : competence click Competence href "../Competence" ExpertContract : contractBegin ExpertContract : contractEnd ExpertContract : contractHolder ExpertContract --> "0..1" Entity : contractHolder click Entity href "../Entity" ExpertContract : description ExpertContract : expert ExpertContract --> "0..1" Entity : expert click Entity href "../Entity" ExpertContract : interested ExpertContract : internalNote ExpertContract : keywords ExpertContract : language ExpertContract --> "*" EnumLanguage : language click EnumLanguage href "../EnumLanguage" ExpertContract : professionalDomain ExpertContract --> "*" ProfessionalDomain : professionalDomain click ProfessionalDomain href "../ProfessionalDomain" ExpertContract : proficiencyLevel ExpertContract --> "0..1" EnumProficiency : proficiencyLevel click EnumProficiency href "../EnumProficiency" ExpertContract : relations ExpertContract --> "*" Relation : relations click Relation href "../Relation" ExpertContract : responsibleOrganisations ExpertContract --> "*" Organisation : responsibleOrganisations click Organisation href "../Organisation" ExpertContract : title

Inheritance

  • Item
    • ExpertContract

Slots

Name Cardinality and Range Description Inheritance
internalNote 0..1
String
Internal-only comments about the subject, not visible from extern direct
proficiencyLevel 0..1
EnumProficiency
Proficiency refers to the level of skill or competence that an individual has... direct
expert 0..1
Entity
Natural or legal person who has the defined knowledge or skills direct
contractHolder 0..1
Entity
The entity that maintains the relationship with the expert direct
contractBegin 0..1
Date
Date on which the expertise contract comes into effect direct
contractEnd 0..1
Date
Date on which the current expertise contract ends direct
interested 0..1
Boolean
Marks relevant potential parties that are not yet contractually bound direct
language *
EnumLanguage
Item
description 0..1
String
A more extensive description of an object Item
professionalDomain *
ProfessionalDomain
A branch of knowledge or professional domain that encompasses a structured bo... Item
competence *
Competence
Defines the knowledge inventory of an object Item
relations *
Relation
Typed links to related resources or identifiers Item
title 0..1
String
A concise and descriptive heading that encapsulates the main topic or focus o... Item
keywords *
String
List of keywords that describe the characteristic topic of the item Item
responsibleOrganisations *
Organisation
The organisation(s) responsible for creating and/or maintaining the item Item

Usages

used by used in type used
DataProblem experts range ExpertContract

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

LinkML Source

Direct

name: ExpertContract
description: Represents expertise relationships that are usually contractually stipulated.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
is_a: Item
slots:
- internalNote
- proficiencyLevel
attributes:
  expert:
    name: expert
    description: Natural or legal person who has the defined knowledge or skills.
      Legal entities are usually a referral service for experts.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    domain_of:
    - ExpertContract
    range: Entity
  contractHolder:
    name: contractHolder
    description: The entity that maintains the relationship with the expert.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    domain_of:
    - ExpertContract
    range: Entity
  contractBegin:
    name: contractBegin
    description: Date on which the expertise contract comes into effect.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    ifabsent: date(NOW)
    domain_of:
    - ExpertContract
    range: date
  contractEnd:
    name: contractEnd
    description: Date on which the current expertise contract ends.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    ifabsent: date(contractBegin +3YEARS)
    domain_of:
    - ExpertContract
    range: date
  interested:
    name: interested
    description: Marks relevant potential parties that are not yet contractually bound.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    domain_of:
    - ExpertContract
    range: boolean

Induced

name: ExpertContract
description: Represents expertise relationships that are usually contractually stipulated.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
is_a: Item
attributes:
  expert:
    name: expert
    description: Natural or legal person who has the defined knowledge or skills.
      Legal entities are usually a referral service for experts.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    alias: expert
    owner: ExpertContract
    domain_of:
    - ExpertContract
    range: Entity
  contractHolder:
    name: contractHolder
    description: The entity that maintains the relationship with the expert.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    alias: contractHolder
    owner: ExpertContract
    domain_of:
    - ExpertContract
    range: Entity
  contractBegin:
    name: contractBegin
    description: Date on which the expertise contract comes into effect.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    ifabsent: date(NOW)
    alias: contractBegin
    owner: ExpertContract
    domain_of:
    - ExpertContract
    range: date
  contractEnd:
    name: contractEnd
    description: Date on which the current expertise contract ends.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    ifabsent: date(contractBegin +3YEARS)
    alias: contractEnd
    owner: ExpertContract
    domain_of:
    - ExpertContract
    range: date
  interested:
    name: interested
    description: Marks relevant potential parties that are not yet contractually bound.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    alias: interested
    owner: ExpertContract
    domain_of:
    - ExpertContract
    range: boolean
  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: ExpertContract
    domain_of:
    - ContactInfo
    - LocationInfo
    - ExpertContract
    range: string
    required: false
  proficiencyLevel:
    name: proficiencyLevel
    description: Proficiency refers to the level of skill or competence that an individual
      has in a particular area or subject.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - Kenntnisse
    rank: 1000
    multivalued: false
    alias: proficiencyLevel
    owner: ExpertContract
    domain_of:
    - KnowledgeItem
    - ExpertContract
    range: enumProficiency
    required: false
  language:
    name: language
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - sprache
    rank: 1000
    multivalued: true
    alias: language
    owner: ExpertContract
    domain_of:
    - Item
    is_grouping_slot: true
    range: enumLanguage
    required: false
  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: ExpertContract
    domain_of:
    - Item
    - Organisation
    range: string
    required: false
  professionalDomain:
    name: professionalDomain
    description: A branch of knowledge or professional domain that encompasses a structured
      body of concepts, practices, and methodologies, such as biology, engineering,
      or central university facilities. It often includes multiple subfields, departments,
      or areas of expertise, and may span both academic research and practical application.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - fachbereich
    rank: 1000
    multivalued: true
    alias: professionalDomain
    owner: ExpertContract
    domain_of:
    - Item
    range: ProfessionalDomain
    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: ExpertContract
    domain_of:
    - Item
    - Organisation
    is_grouping_slot: true
    range: Competence
    required: false
  relations:
    name: relations
    description: Typed links to related resources or identifiers.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    alias: relations
    owner: ExpertContract
    domain_of:
    - Item
    is_grouping_slot: true
    range: Relation
    inlined: true
    inlined_as_list: true
  title:
    name: title
    description: A concise and descriptive heading that encapsulates the main topic
      or focus of the item.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    alias: title
    owner: ExpertContract
    domain_of:
    - Item
    range: string
  keywords:
    name: keywords
    description: List of keywords that describe the characteristic topic of the item.
      Rather use specialised terms than general ones. However, you are free to use
      terms of differnet levels of granularity.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    alias: keywords
    owner: ExpertContract
    domain_of:
    - Item
    range: string
  responsibleOrganisations:
    name: responsibleOrganisations
    description: The organisation(s) responsible for creating and/or maintaining the
      item.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    alias: responsibleOrganisations
    owner: ExpertContract
    domain_of:
    - Item
    range: Organisation