Class: Knowledge

The specialized knowledge or skills acquired through extensive experience or education in a particular field.

URI: C2D_Ontology:Knowledge

classDiagram class Knowledge click Knowledge href "../Knowledge" Knowledge : expert Knowledge --> "0..1" ExpertContract : expert click ExpertContract href "../ExpertContract" Knowledge : proficiencyLevel Knowledge --> "0..1" EnumProficiency : proficiencyLevel click EnumProficiency href "../EnumProficiency"

Slots

Name Cardinality and Range Description Inheritance
proficiencyLevel 0..1
EnumProficiency
Proficiency refers to the level of skill or competence that an individual has... direct
expert 0..1
ExpertContract
The natural or legal person possessing this knowledge and is in a contractual... direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Knowledge
description: The specialized knowledge or skills acquired through extensive experience
  or education in a particular field.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
slots:
- proficiencyLevel
slot_usage:
  topic:
    name: topic
    description: The topic defining this knowledge.
  projects:
    name: projects
    description: Research projects and initiatives for which this expertise is valid.
attributes:
  expert:
    name: expert
    description: The natural or legal person possessing this knowledge and is in a
      contractual relationship.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    domain_of:
    - Knowledge
    - ExpertContract
    range: ExpertContract

Induced

name: Knowledge
description: The specialized knowledge or skills acquired through extensive experience
  or education in a particular field.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
slot_usage:
  topic:
    name: topic
    description: The topic defining this knowledge.
  projects:
    name: projects
    description: Research projects and initiatives for which this expertise is valid.
attributes:
  expert:
    name: expert
    description: The natural or legal person possessing this knowledge and is in a
      contractual relationship.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    alias: expert
    owner: Knowledge
    domain_of:
    - Knowledge
    - ExpertContract
    range: ExpertContract
  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://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - Kenntnisse
    rank: 1000
    multivalued: false
    alias: proficiencyLevel
    owner: Knowledge
    domain_of:
    - Knowledge
    - CourseMaterial
    range: enumProficiency
    required: false