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 : contract_begin ExpertContract : contract_end ExpertContract : contract_holder ExpertContract --> "0..1" Entity : contract_holder click Entity href "../Entity" ExpertContract : expert ExpertContract --> "0..1" Entity : expert click Entity href "../Entity" ExpertContract : language ExpertContract : persistentIdentifier ExpertContract --> "*" PersistentIdentifier : persistentIdentifier click PersistentIdentifier href "../PersistentIdentifier" ExpertContract : professionalDomain ExpertContract --> "*" ProfessionalDomain : professionalDomain click ProfessionalDomain href "../ProfessionalDomain" ExpertContract : projects ExpertContract --> "*" Project : projects click Project href "../Project" ExpertContract : title ExpertContract : topic ExpertContract --> "*" Topic : topic click Topic href "../Topic"

Inheritance

  • Item
    • ExpertContract

Slots

Name Cardinality and Range Description Inheritance
expert 0..1
Entity
Natural or legal person who has the defined knowledge or skills direct
contract_holder 0..1
Entity
The entity that maintains the relationship with the expert direct
contract_begin 0..1
Date
Date on which the expertise contract comes into effect direct
contract_end 0..1
Date
Date on which the current expertise contract ends direct
language *
String
Item
professionalDomain *
ProfessionalDomain
A branch of knowledge or professional domain that encompasses a structured bo... Item
persistentIdentifier *
PersistentIdentifier
Links PID item Item
topic *
Topic
Defines the knowledge inventory of an object Item
projects *
Project
Research projects and initiatives related to this element Item
title 0..1
String
A concise and descriptive heading that encapsulates the main topic or focus o... Item

Usages

used by used in type used
Knowledge expert range ExpertContract
DataProblem experts range ExpertContract

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/example/C2D_Ontology

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://w3id.org/linkml/example/C2D_Ontology
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://w3id.org/linkml/example/C2D_Ontology
    domain_of:
    - Knowledge
    - ExpertContract
    range: Entity
  contract_holder:
    name: contract_holder
    description: The entity that maintains the relationship with the expert.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    domain_of:
    - ExpertContract
    range: Entity
  contract_begin:
    name: contract_begin
    description: Date on which the expertise contract comes into effect.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    domain_of:
    - ExpertContract
    range: date
  contract_end:
    name: contract_end
    description: Date on which the current expertise contract ends.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    domain_of:
    - ExpertContract
    range: date

Induced

name: ExpertContract
description: Represents expertise relationships that are usually contractually stipulated.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
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://w3id.org/linkml/example/C2D_Ontology
    alias: expert
    owner: ExpertContract
    domain_of:
    - Knowledge
    - ExpertContract
    range: Entity
  contract_holder:
    name: contract_holder
    description: The entity that maintains the relationship with the expert.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    alias: contract_holder
    owner: ExpertContract
    domain_of:
    - ExpertContract
    range: Entity
  contract_begin:
    name: contract_begin
    description: Date on which the expertise contract comes into effect.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    alias: contract_begin
    owner: ExpertContract
    domain_of:
    - ExpertContract
    range: date
  contract_end:
    name: contract_end
    description: Date on which the current expertise contract ends.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    alias: contract_end
    owner: ExpertContract
    domain_of:
    - ExpertContract
    range: date
  language:
    name: language
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - sprache
    rank: 1000
    multivalued: true
    alias: language
    owner: ExpertContract
    domain_of:
    - Item
    is_grouping_slot: true
    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://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - fachbereich
    rank: 1000
    multivalued: true
    alias: professionalDomain
    owner: ExpertContract
    domain_of:
    - Item
    range: ProfessionalDomain
    required: false
  persistentIdentifier:
    name: persistentIdentifier
    description: Links PID item.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    alias: persistentIdentifier
    owner: ExpertContract
    domain_of:
    - Entity
    - Item
    - Literature
    range: PersistentIdentifier
    required: false
  topic:
    name: topic
    description: Defines the knowledge inventory of an object.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - Thema
    rank: 1000
    multivalued: true
    alias: topic
    owner: ExpertContract
    domain_of:
    - Item
    - Organisation
    is_grouping_slot: true
    range: Topic
    required: false
  projects:
    name: projects
    description: Research projects and initiatives related to this element.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - Projekte
    rank: 1000
    multivalued: true
    alias: projects
    owner: ExpertContract
    domain_of:
    - Entity
    - Item
    range: Project
  title:
    name: title
    description: A concise and descriptive heading that encapsulates the main topic
      or focus of the item.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    alias: title
    owner: ExpertContract
    domain_of:
    - Item
    range: string