Class: EducationalMaterial
Represents educational resources in the form of documents or files.
URI: C2D_Ontology:EducationalMaterial
classDiagram
class EducationalMaterial
click EducationalMaterial href "../EducationalMaterial"
KnowledgeItem <|-- EducationalMaterial
click KnowledgeItem href "../KnowledgeItem"
EducationalMaterial : author
EducationalMaterial --> "1..*" Entity : author
click Entity href "../Entity"
EducationalMaterial : competence
EducationalMaterial --> "*" Competence : competence
click Competence href "../Competence"
EducationalMaterial : description
EducationalMaterial : keywords
EducationalMaterial : language
EducationalMaterial --> "*" EnumLanguage : language
click EnumLanguage href "../EnumLanguage"
EducationalMaterial : license
EducationalMaterial --> "0..1" License : license
click License href "../License"
EducationalMaterial : mediaType
EducationalMaterial --> "*" EnumMediaType : mediaType
click EnumMediaType href "../EnumMediaType"
EducationalMaterial : pedagogicalType
EducationalMaterial --> "*" EnumPedagogicalType : pedagogicalType
click EnumPedagogicalType href "../EnumPedagogicalType"
EducationalMaterial : persistentIdentifier
EducationalMaterial --> "*" PersistentIdentifier : persistentIdentifier
click PersistentIdentifier href "../PersistentIdentifier"
EducationalMaterial : professionalDomain
EducationalMaterial --> "*" ProfessionalDomain : professionalDomain
click ProfessionalDomain href "../ProfessionalDomain"
EducationalMaterial : proficiencyLevel
EducationalMaterial --> "0..1" EnumProficiency : proficiencyLevel
click EnumProficiency href "../EnumProficiency"
EducationalMaterial : relations
EducationalMaterial --> "*" Relation : relations
click Relation href "../Relation"
EducationalMaterial : responsibleOrganisations
EducationalMaterial --> "*" Organisation : responsibleOrganisations
click Organisation href "../Organisation"
EducationalMaterial : targetGroup
EducationalMaterial --> "*" EnumTargetGroup : targetGroup
click EnumTargetGroup href "../EnumTargetGroup"
EducationalMaterial : timeAccessed
EducationalMaterial : title
EducationalMaterial : url
Inheritance
- Item
- KnowledgeItem
- EducationalMaterial
- KnowledgeItem
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| author | 1..* Entity |
Identifies the entity (Person or otherwise) responsible for the creation of t... | direct |
| targetGroup | * EnumTargetGroup |
The intended recipients or target group for a particular content | direct |
| pedagogicalType | * EnumPedagogicalType |
Pedagogical or instructional content type, defining the functional or semanti... | direct |
| mediaType | * EnumMediaType |
General type of data content encoded in a resource file, identifying the digi... | direct |
| license | 0..1 License |
The legal agreement under which a work is published | direct |
| persistentIdentifier | * PersistentIdentifier |
Links PID item | direct |
| timeAccessed | 1 Datetime |
Timestamp of the most recent update of this data | KnowledgeItem |
| url | 0..1 String |
Unique address of the mentioned ressource | KnowledgeItem |
| proficiencyLevel | 0..1 EnumProficiency |
Proficiency refers to the level of skill or competence that an individual has... | KnowledgeItem |
| language | * EnumLanguage |
Item | |
| description | 0..1 String |
A more extensive description of an object | Item |
| professionalDomain | * ProfessionalDomain |
A branch of knowledge or professional domain that encompasses a structured bo... | Item |
| competence | * Competence |
Defines the knowledge inventory of an object | Item |
| relations | * Relation |
Typed links to related resources or identifiers | Item |
| title | 0..1 String |
A concise and descriptive heading that encapsulates the main topic or focus o... | Item |
| keywords | * String |
List of keywords that describe the characteristic topic of the item | Item |
| responsibleOrganisations | * Organisation |
The organisation(s) responsible for creating and/or maintaining the item | Item |
Aliases
- Lehrmaterial
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:EducationalMaterial |
| native | C2D_Ontology:EducationalMaterial |
LinkML Source
Direct
name: EducationalMaterial
description: Represents educational resources in the form of documents or files.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- Lehrmaterial
is_a: KnowledgeItem
slots:
- author
- targetGroup
- pedagogicalType
- mediaType
- license
- persistentIdentifier
Induced
name: EducationalMaterial
description: Represents educational resources in the form of documents or files.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- Lehrmaterial
is_a: KnowledgeItem
attributes:
author:
name: author
description: Identifies the entity (Person or otherwise) responsible for the creation
of this item.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- autor
rank: 1000
multivalued: true
alias: author
owner: EducationalMaterial
domain_of:
- EducationalMaterial
range: Entity
required: true
targetGroup:
name: targetGroup
description: The intended recipients or target group for a particular content.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- zielgruppe
rank: 1000
multivalued: true
alias: targetGroup
owner: EducationalMaterial
domain_of:
- EducationalMaterial
range: enumTargetGroup
required: false
pedagogicalType:
name: pedagogicalType
description: Pedagogical or instructional content type, defining the functional
or semantic role of the educational material (e.g., explanatory, evaluative,
motivational).
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- pädagogischerTyp
rank: 1000
multivalued: true
alias: pedagogicalType
owner: EducationalMaterial
domain_of:
- EducationalMaterial
range: enumPedagogicalType
mediaType:
name: mediaType
description: General type of data content encoded in a resource file, identifying
the digital or physical media format (e.g., text, video, image, multipart).
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- medientyp
rank: 1000
multivalued: true
alias: mediaType
owner: EducationalMaterial
domain_of:
- EducationalMaterial
range: enumMediaType
license:
name: license
description: The legal agreement under which a work is published.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- lizenz
rank: 1000
multivalued: false
alias: license
owner: EducationalMaterial
domain_of:
- EducationalMaterial
range: License
required: false
persistentIdentifier:
name: persistentIdentifier
description: Links PID item.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
rank: 1000
multivalued: true
alias: persistentIdentifier
owner: EducationalMaterial
domain_of:
- Entity
- Literature
- EducationalMaterial
range: PersistentIdentifier
required: false
timeAccessed:
name: timeAccessed
description: Timestamp of the most recent update of this data.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- abgerufen am
rank: 1000
alias: timeAccessed
owner: EducationalMaterial
domain_of:
- KnowledgeItem
range: datetime
required: true
url:
name: url
description: Unique address of the mentioned ressource.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- URL
rank: 1000
multivalued: false
alias: url
owner: EducationalMaterial
domain_of:
- KnowledgeItem
- License
range: string
required: false
proficiencyLevel:
name: proficiencyLevel
description: Proficiency refers to the level of skill or competence that an individual
has in a particular area or subject.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- Kenntnisse
rank: 1000
multivalued: false
alias: proficiencyLevel
owner: EducationalMaterial
domain_of:
- KnowledgeItem
- ExpertContract
range: enumProficiency
required: false
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: EducationalMaterial
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: EducationalMaterial
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: EducationalMaterial
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: EducationalMaterial
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: EducationalMaterial
domain_of:
- Item
is_grouping_slot: true
range: Relation
inlined: true
inlined_as_list: true
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: EducationalMaterial
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: EducationalMaterial
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: EducationalMaterial
domain_of:
- Item
range: Organisation