isee4xai / iSeeOnto

iSeeOnto, the ontology network created by the iSee consortium for sharing and reusing explanation experiences. For more information see https://isee4xai.com/
https://isee4xai.com/
0 stars 1 forks source link

User's type of knowledge #5

Closed dcorsar closed 1 year ago

dcorsar commented 2 years ago

In the User module, where to define the types of knowledge that a user has.

The Explanation Ontology defines the Knowledge class, as a subclass of DOL#Theory. There are several subclasss of Knowledge defined by the Explanation Ontology (contextual knowledge, Experiential knowledge, etc). For the user module, we wish to represent domain knowledge and knowledge of AI methods, where should these be situated in the hierarchy?

anjanaw commented 2 years ago

added none, novice, advanced beginner, competent, proficient, and expert for both AI Method Knowledge and Domain Knowledge.

anjanaw commented 2 years ago

What we have now is User hasKnowledge AIMethodKnowledge hasLevel High We want User quntifiedKnoweldgeOf KnowledgeOf [hasLevel Expert] and [subject Thing (Domain or AI Method)]

dcorsar commented 2 years ago

added none, novice, advanced beginner, competent, proficient, and expert for both AI Method Knowledge and Domain Knowledge.

There have been added as individuals of type KnowledgeLevel and so can be used for any concept (AI Method, Domain, etc)