Skip to content

Slot: knowledge_level

Description: Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true.
Aliases: knowledge type
Required: True

Notes: The notion of a 'level' of knowledge can in one sense relate to the strength of a statement - i.e. how confident we are that it says something true about our domain of discourse. Here, we can generally consider Assertions to be stronger than Entailments to be stronger than Predictions. But in another sense, 'level' of knowledge can refer to the scope or specificity of what a statement expresses - on a spectrum from context-specific results of a data analysis, to generalized assertions of knowledge or fact. Here, Statistical Associations and Observations represent more foundational statements that are only slightly removed from the data on which they are based (the former reporting the direct results of an analysis in terms of correlations between variables in the data, and the latter describing phenomena that were observed/reported to have occurred).

Domain: Association
Range: KnowledgeLevelEnum

Inheritance

Applicable Classes

Name Description Modifies Slot
Association A typed association between two entities, supported by evidence no

Example values

Slot Name Value
knowledge_level knowledge_assertion
knowledge_level prediction
knowledge_level statistical_association

LinkML Source

name: knowledge level
description: Describes the level of knowledge expressed in a statement, based on the
  reasoning or analysis methods used to generate the statement, or the scope or specificity
  of what the statement expresses to be true.
notes:
- The notion of a 'level' of knowledge can in one sense relate to the strength  of
  a statement - i.e. how confident we are that it says something true about our domain
  of discourse. Here, we can generally consider Assertions to be  stronger than Entailments
  to be stronger than Predictions.  But in another sense, 'level' of knowledge can
  refer to the scope or specificity of what a statement expresses - on a spectrum
  from context-specific results of a data analysis, to generalized assertions of knowledge
  or fact. Here, Statistical  Associations and  Observations represent more foundational
  statements that are only  slightly removed from the data on which they are based
  (the former reporting the  direct results of  an analysis in terms of correlations
  between variables in the data, and the latter describing phenomena that were observed/reported
  to have occurred).
examples:
- value: knowledge_assertion
- value: prediction
- value: statistical_association
from_schema: https://w3id.org/biolink/biolink-model
aliases:
- knowledge type
is_a: association slot
domain: association
multivalued: false
ifabsent: string(not_provided)
alias: knowledge_level
domain_of:
- association
range: KnowledgeLevelEnum
required: true