Skip to content

Enum: KnowledgeType

Types of knowledge distinguished in Clause 3.1 and Clause 5.4 (declarative versus procedural knowledge, etc.).

URI: iso22989:KnowledgeType

Permissible Values

Value Meaning Description
declarative None Knowledge of facts and relationships (Clause 3
procedural None Knowledge of how to perform tasks (Clause 3
tacit None Implicit, experience-based knowledge that is hard to articulate
common_sense None Background knowledge expected to be shared by typical humans
domain_specific None Knowledge specific to a particular application domain

Slots

Name Description
knowledge_type Type of knowledge captured (Clause 3

In Subsets

Identifier and Mapping Information

Schema Source

LinkML Source

name: KnowledgeType
description: Types of knowledge distinguished in Clause 3.1 and Clause 5.4 (declarative
  versus procedural knowledge, etc.).
in_subset:
- ai_concepts
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
permissible_values:
  declarative:
    text: declarative
    description: Knowledge of facts and relationships (Clause 3.1.12).
  procedural:
    text: procedural
    description: Knowledge of how to perform tasks (Clause 3.1.28).
  tacit:
    text: tacit
    description: Implicit, experience-based knowledge that is hard to articulate.
  common_sense:
    text: common_sense
    description: Background knowledge expected to be shared by typical humans.
  domain_specific:
    text: domain_specific
    description: Knowledge specific to a particular application domain.