Class: DataProblem
A class representing a specific and relevant issue that usually corresponds to tickets in the ticketing system.
 classDiagram
    class DataProblem
    click DataProblem href "../DataProblem"
      Item <|-- DataProblem
        click Item href "../Item"
      DataProblem : client
    DataProblem --> "1..*" Person : client
    click Person href "../Person"
      DataProblem : competence
    DataProblem --> "*" Competence : competence
    click Competence href "../Competence"
      DataProblem : context
    DataProblem --> "*" Organisation : context
    click Organisation href "../Organisation"
      DataProblem : dateChanged
      DataProblem : dateCreated
      DataProblem : description
      DataProblem : experts
    DataProblem --> "*" ExpertContract : experts
    click ExpertContract href "../ExpertContract"
      DataProblem : keywords
      DataProblem : language
    DataProblem --> "*" EnumLanguage : language
    click EnumLanguage href "../EnumLanguage"
      DataProblem : owner
    DataProblem --> "1" Person : owner
    click Person href "../Person"
      DataProblem : professionalDomain
    DataProblem --> "*" ProfessionalDomain : professionalDomain
    click ProfessionalDomain href "../ProfessionalDomain"
      DataProblem : relations
    DataProblem --> "*" Relation : relations
    click Relation href "../Relation"
      DataProblem : resourcesUsed
    DataProblem --> "*" Item : resourcesUsed
    click Item href "../Item"
      DataProblem : responsibleOrganisations
    DataProblem --> "*" Organisation : responsibleOrganisations
    click Organisation href "../Organisation"
      DataProblem : solution
      DataProblem : summary
      DataProblem : ticketNumber
      DataProblem : title
Inheritance
- Item- DataProblem
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| owner | 1 Person | Is primarily or ultimately responsible for processing the ticket | direct | 
| summary | 0..1 String | A brief, concise description of the problem | direct | 
| dateCreated | 0..1 Datetime | The date when the dataProblem was initially identified or synced from the tic... | direct | 
| dateChanged | 0..1 Datetime | The date when the dataProblem was last updated or modified | direct | 
| experts | * ExpertContract | All experts that contributed to the solution of the problem | direct | 
| ticketNumber | 1 String | Identifier of (and link to) the processed ticket | direct | 
| client | 1..* Person | Client or clients of the processed ticket | direct | 
| context | * Organisation | Professional or institutional context of the ticket | direct | 
| resourcesUsed | * Item | List of relevant resources and tickets used to solve the problem | direct | 
| solution | 0..1 String | Detailed description of the problem solution | 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 | Topics, competences and problem types covered within the scope of the ticket | 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 | 
Aliases
- Datenproblem
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:DataProblem | 
| native | C2D_Ontology:DataProblem | 
LinkML Source
Direct
name: DataProblem
description: A class representing a specific and relevant issue that usually corresponds
  to tickets in the ticketing system.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- Datenproblem
is_a: Item
slot_usage:
  competence:
    name: competence
    description: Topics, competences and problem types covered within the scope of
      the ticket.
    aliases:
    - problemType
    multivalued: true
    domain_of:
    - Item
    - Organisation
    range: Competence
    required: false
attributes:
  owner:
    name: owner
    description: Is primarily or ultimately responsible for processing the ticket.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    domain_of:
    - DataProblem
    range: Person
    required: true
  summary:
    name: summary
    description: A brief, concise description of the problem.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    domain_of:
    - DataProblem
    range: string
  dateCreated:
    name: dateCreated
    description: The date when the dataProblem was initially identified or synced
      from the ticketsystem.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    domain_of:
    - DataProblem
    range: datetime
  dateChanged:
    name: dateChanged
    description: The date when the dataProblem was last updated or modified.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    domain_of:
    - DataProblem
    range: datetime
  experts:
    name: experts
    description: All experts that contributed to the solution of the problem.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    domain_of:
    - DataProblem
    range: ExpertContract
  ticketNumber:
    name: ticketNumber
    description: Identifier of (and link to) the processed ticket.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    domain_of:
    - DataProblem
    range: string
    required: true
  client:
    name: client
    description: Client or clients of the processed ticket.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    domain_of:
    - DataProblem
    range: Person
    required: true
  context:
    name: context
    description: Professional or institutional context of the ticket. E.g. projects,
      groups, organisations)
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    domain_of:
    - DataProblem
    range: Organisation
    required: false
  resourcesUsed:
    name: resourcesUsed
    description: List of relevant resources and tickets used to solve the problem.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    domain_of:
    - DataProblem
    range: Item
    required: false
  solution:
    name: solution
    description: Detailed description of the problem solution.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    domain_of:
    - DataProblem
    range: string
Induced
name: DataProblem
description: A class representing a specific and relevant issue that usually corresponds
  to tickets in the ticketing system.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- Datenproblem
is_a: Item
slot_usage:
  competence:
    name: competence
    description: Topics, competences and problem types covered within the scope of
      the ticket.
    aliases:
    - problemType
    multivalued: true
    domain_of:
    - Item
    - Organisation
    range: Competence
    required: false
attributes:
  owner:
    name: owner
    description: Is primarily or ultimately responsible for processing the ticket.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    alias: owner
    owner: DataProblem
    domain_of:
    - DataProblem
    range: Person
    required: true
  summary:
    name: summary
    description: A brief, concise description of the problem.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    alias: summary
    owner: DataProblem
    domain_of:
    - DataProblem
    range: string
  dateCreated:
    name: dateCreated
    description: The date when the dataProblem was initially identified or synced
      from the ticketsystem.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    alias: dateCreated
    owner: DataProblem
    domain_of:
    - DataProblem
    range: datetime
  dateChanged:
    name: dateChanged
    description: The date when the dataProblem was last updated or modified.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    alias: dateChanged
    owner: DataProblem
    domain_of:
    - DataProblem
    range: datetime
  experts:
    name: experts
    description: All experts that contributed to the solution of the problem.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    alias: experts
    owner: DataProblem
    domain_of:
    - DataProblem
    range: ExpertContract
  ticketNumber:
    name: ticketNumber
    description: Identifier of (and link to) the processed ticket.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    alias: ticketNumber
    owner: DataProblem
    domain_of:
    - DataProblem
    range: string
    required: true
  client:
    name: client
    description: Client or clients of the processed ticket.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    alias: client
    owner: DataProblem
    domain_of:
    - DataProblem
    range: Person
    required: true
  context:
    name: context
    description: Professional or institutional context of the ticket. E.g. projects,
      groups, organisations)
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    alias: context
    owner: DataProblem
    domain_of:
    - DataProblem
    range: Organisation
    required: false
  resourcesUsed:
    name: resourcesUsed
    description: List of relevant resources and tickets used to solve the problem.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: true
    alias: resourcesUsed
    owner: DataProblem
    domain_of:
    - DataProblem
    range: Item
    required: false
  solution:
    name: solution
    description: Detailed description of the problem solution.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    alias: solution
    owner: DataProblem
    domain_of:
    - DataProblem
    range: string
  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: DataProblem
    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: DataProblem
    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: DataProblem
    domain_of:
    - Item
    range: ProfessionalDomain
    required: false
  competence:
    name: competence
    description: Topics, competences and problem types covered within the scope of
      the ticket.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - problemType
    rank: 1000
    multivalued: true
    alias: competence
    owner: DataProblem
    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: DataProblem
    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: DataProblem
    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: DataProblem
    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: DataProblem
    domain_of:
    - Item
    range: Organisation