Class: Relation
Represents a typed relation from the current resource to another Item.
 classDiagram
    class Relation
    click Relation href "../Relation"
      Relation : relatedObject
    Relation --> "1" Item : relatedObject
    click Item href "../Item"
      Relation : relationType
    Relation --> "1" EnumRelationType : relationType
    click EnumRelationType href "../EnumRelationType"
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| relationType | 1 EnumRelationType | The relation predicate | direct | 
| relatedObject | 1 Item | The relation target — an Item in the knowledge base | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| Item | relations | range | Relation | 
| KnowledgeItem | relations | range | Relation | 
| EducationalMaterial | relations | range | Relation | 
| DataProblem | relations | range | Relation | 
| ExpertContract | relations | range | Relation | 
| Portal | relations | range | Relation | 
| Tool | relations | range | Relation | 
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:Relation | 
| native | C2D_Ontology:Relation | 
LinkML Source
Direct
name: Relation
description: Represents a typed relation from the current resource to another Item.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
attributes:
  relationType:
    name: relationType
    description: The relation predicate.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    domain_of:
    - Relation
    range: enumRelationType
    required: true
  relatedObject:
    name: relatedObject
    description: The relation target — an Item in the knowledge base.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    domain_of:
    - Relation
    range: Item
    required: true
Induced
name: Relation
description: Represents a typed relation from the current resource to another Item.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
attributes:
  relationType:
    name: relationType
    description: The relation predicate.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    alias: relationType
    owner: Relation
    domain_of:
    - Relation
    range: enumRelationType
    required: true
  relatedObject:
    name: relatedObject
    description: The relation target — an Item in the knowledge base.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    alias: relatedObject
    owner: Relation
    domain_of:
    - Relation
    range: Item
    required: true