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 : language Item : persistentIdentifier Item --> "*" PersistentIdentifier : persistentIdentifier click PersistentIdentifier href "../PersistentIdentifier" Item : professionalDomain Item --> "*" ProfessionalDomain : professionalDomain click ProfessionalDomain href "../ProfessionalDomain" Item : projects Item --> "*" Project : projects click Project href "../Project" Item : title Item : topic Item --> "*" Topic : topic click Topic href "../Topic"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
language *
String
direct
professionalDomain *
ProfessionalDomain
A branch of knowledge or professional domain that encompasses a structured bo... direct
persistentIdentifier *
PersistentIdentifier
Links PID item direct
topic *
Topic
Defines the knowledge inventory of an object direct
projects *
Project
Research projects and initiatives related to this element direct
title 0..1
String
A concise and descriptive heading that encapsulates the main topic or focus o... direct

Usages

used by used in type used
DataProblem resourcesUsed range Item

Aliases

  • Element

Identifier and Mapping Information

Schema Source

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

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://w3id.org/linkml/example/C2D_Ontology
aliases:
- Element
abstract: true
slots:
- language
- professionalDomain
- persistentIdentifier
- topic
- projects
attributes:
  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
    domain_of:
    - Item
    range: string

Induced

name: Item
description: All information bound to objects.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
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://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    alias: title
    owner: Item
    domain_of:
    - Item
    range: string
  language:
    name: language
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - sprache
    rank: 1000
    multivalued: true
    alias: language
    owner: Item
    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: Item
    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: Item
    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: Item
    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: Item
    domain_of:
    - Entity
    - Item
    range: Project