Skip to content

Enum: KnowledgeLevelEnum

Knowledge levels relevant to edges of a particular type.

Permissible Values

Value Meaning Description
knowledge_assertion None None
logical_entailment None None
prediction None None
statistical_association None None
observation None None
not_provided None None
varies None None

Slots constrained by this enum

Name
knowledge_level

LinkML Source

name: KnowledgeLevelEnum
description: Knowledge levels relevant to edges of a particular type.
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
exact_mappings:
- biolink:KnowledgeLevelEnum
permissible_values:
  knowledge_assertion:
    text: knowledge_assertion
  logical_entailment:
    text: logical_entailment
  prediction:
    text: prediction
  statistical_association:
    text: statistical_association
  observation:
    text: observation
  not_provided:
    text: not_provided
  varies:
    text: varies