Class: Item
All information bound to objects.
- NOTE: this is an abstract class and should not be instantiated directly
URI: C2D_Ontology:Item
 classDiagram
    class Item
    click Item href "../Item"
      Item <|-- KnowledgeItem
        click KnowledgeItem href "../KnowledgeItem"
      Item <|-- DataProblem
        click DataProblem href "../DataProblem"
      Item <|-- ExpertContract
        click ExpertContract href "../ExpertContract"
      Item <|-- Portal
        click Portal href "../Portal"
      Item <|-- Tool
        click Tool href "../Tool"
      Item : competence
    Item --> "*" Competence : competence
    click Competence href "../Competence"
      Item : description
      Item : keywords
      Item : language
    Item --> "*" EnumLanguage : language
    click EnumLanguage href "../EnumLanguage"
      Item : professionalDomain
    Item --> "*" ProfessionalDomain : professionalDomain
    click ProfessionalDomain href "../ProfessionalDomain"
      Item : relations
    Item --> "*" Relation : relations
    click Relation href "../Relation"
      Item : responsibleOrganisations
    Item --> "*" Organisation : responsibleOrganisations
    click Organisation href "../Organisation"
      Item : title
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| language | * EnumLanguage | direct | |
| description | 0..1 String | A more extensive description of an object | direct | 
| professionalDomain | * ProfessionalDomain | A branch of knowledge or professional domain that encompasses a structured bo... | direct | 
| competence | * Competence | Defines the knowledge inventory of an object | direct | 
| relations | * Relation | Typed links to related resources or identifiers | direct | 
| title | 0..1 String | A concise and descriptive heading that encapsulates the main topic or focus o... | direct | 
| keywords | * String | List of keywords that describe the characteristic topic of the item | direct | 
| responsibleOrganisations | * Organisation | The organisation(s) responsible for creating and/or maintaining the item | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| Relation | relatedObject | range | Item | 
| DataProblem | resourcesUsed | range | Item | 
Aliases
- Element
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:Item | 
| native | C2D_Ontology:Item | 
LinkML Source
Direct
name: Item
description: All information bound to objects.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- Element
abstract: true
slots:
- language
- description
- professionalDomain
- competence
- relations
attributes:
  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
    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
    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
    domain_of:
    - Item
    range: Organisation
Induced
name: Item
description: All information bound to objects.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- Element
abstract: true
attributes:
  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: Item
    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: Item
    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: Item
    domain_of:
    - Item
    range: Organisation
  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: Item
    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: Item
    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: Item
    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: Item
    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: Item
    domain_of:
    - Item
    is_grouping_slot: true
    range: Relation
    inlined: true
    inlined_as_list: true