Class: Topic

Defines specialized knowledge. e.g. 'research data management'.

URI: C2D_Ontology:Topic

classDiagram class Topic click Topic href "../Topic" Topic : label Topic : parentTopic Topic --> "0..1" Topic : parentTopic click Topic href "../Topic"

Slots

Name Cardinality and Range Description Inheritance
label 1
String
A brief and descriptive name or designation for the object, used for easy ide... direct
parentTopic 0..1
Topic
direct

Usages

used by used in type used
Item topic range Topic
KnowledgeItem topic range Topic
Organisation topic range Topic
Topic parentTopic range Topic
Consortium topic range Topic
Company topic range Topic
Institution topic range Topic
Project topic range Topic
Article topic range Topic
CourseMaterial topic range Topic
DataProblem topic range Topic
ExpertContract topic range Topic
Guideline topic range Topic
Portal topic range Topic
Tool topic range Topic

Aliases

  • Thema

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self C2D_Ontology:Topic
native C2D_Ontology:Topic

LinkML Source

Direct

name: Topic
description: Defines specialized knowledge. e.g. 'research data management'.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
aliases:
- Thema
slots:
- label
attributes:
  parentTopic:
    name: parentTopic
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: false
    domain_of:
    - Topic
    range: Topic
    required: false

Induced

name: Topic
description: Defines specialized knowledge. e.g. 'research data management'.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
aliases:
- Thema
attributes:
  parentTopic:
    name: parentTopic
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: false
    alias: parentTopic
    owner: Topic
    domain_of:
    - Topic
    range: Topic
    required: false
  label:
    name: label
    description: A brief and descriptive name or designation for the object, used
      for easy identification and reference.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - Bezeichnung
    rank: 1000
    alias: label
    owner: Topic
    domain_of:
    - ProfessionalDomain
    - Topic
    range: string
    required: true