Class: DataProblem

A class representing a specific and relevant issue that usually corresponds to tickets in the ticketing system.

URI: C2D_Ontology:DataProblem

classDiagram class DataProblem click DataProblem href "../DataProblem" Item <|-- DataProblem click Item href "../Item" DataProblem : client DataProblem --> "1..*" Person : client click Person href "../Person" DataProblem : context DataProblem --> "*" Organisation : context click Organisation href "../Organisation" DataProblem : dateChanged DataProblem : dateCreated DataProblem : experts DataProblem --> "*" ExpertContract : experts click ExpertContract href "../ExpertContract" DataProblem : language DataProblem : owner DataProblem --> "1" Person : owner click Person href "../Person" DataProblem : persistentIdentifier DataProblem --> "*" PersistentIdentifier : persistentIdentifier click PersistentIdentifier href "../PersistentIdentifier" DataProblem : professionalDomain DataProblem --> "*" ProfessionalDomain : professionalDomain click ProfessionalDomain href "../ProfessionalDomain" DataProblem : projects DataProblem --> "*" Project : projects click Project href "../Project" DataProblem : resourcesUsed DataProblem --> "*" Item : resourcesUsed click Item href "../Item" DataProblem : solution DataProblem : summary DataProblem : ticketNumber DataProblem : title DataProblem : topic DataProblem --> "*" Topic : topic click Topic href "../Topic"

Inheritance

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 *
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
Topics and problem types covered within the scope of the ticket 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

Aliases

  • Datenproblem

Identifier and Mapping Information

Schema Source

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

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://w3id.org/linkml/example/C2D_Ontology
aliases:
- Datenproblem
is_a: Item
slot_usage:
  topic:
    name: topic
    description: Topics and problem types covered within the scope of the ticket.
    aliases:
    - problemType
    multivalued: true
    domain_of:
    - Item
    - Organisation
    range: Topic
    required: false
attributes:
  owner:
    name: owner
    description: Is primarily or ultimately responsible for processing the ticket.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    domain_of:
    - DataProblem
    range: datetime
  dateChanged:
    name: dateChanged
    description: The date when the dataProblem was last updated or modified.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    domain_of:
    - DataProblem
    range: datetime
  experts:
    name: experts
    description: All experts that contributed to the solution of the problem.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    domain_of:
    - DataProblem
    range: ExpertContract
  ticketNumber:
    name: ticketNumber
    description: Identifier of (and link to) the processed ticket.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    domain_of:
    - DataProblem
    range: string
    required: true
  client:
    name: client
    description: Client or clients of the processed ticket.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    domain_of:
    - DataProblem
    range: Item
    required: false
  solution:
    name: solution
    description: Detailed description of the problem solution.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
aliases:
- Datenproblem
is_a: Item
slot_usage:
  topic:
    name: topic
    description: Topics and problem types covered within the scope of the ticket.
    aliases:
    - problemType
    multivalued: true
    domain_of:
    - Item
    - Organisation
    range: Topic
    required: false
attributes:
  owner:
    name: owner
    description: Is primarily or ultimately responsible for processing the ticket.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    alias: solution
    owner: DataProblem
    domain_of:
    - DataProblem
    range: string
  language:
    name: language
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - sprache
    rank: 1000
    multivalued: true
    alias: language
    owner: DataProblem
    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: DataProblem
    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: DataProblem
    domain_of:
    - Entity
    - Item
    - Literature
    range: PersistentIdentifier
    required: false
  topic:
    name: topic
    description: Topics and problem types covered within the scope of the ticket.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - problemType
    rank: 1000
    multivalued: true
    alias: topic
    owner: DataProblem
    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: DataProblem
    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: DataProblem
    domain_of:
    - Item
    range: string