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 Group #18

Closed anjanaw closed 1 year ago

anjanaw commented 1 year ago
  1. Should User Group be linked directly as a case feature?
  2. update case_structure.json with User Group.
  3. update all seed cases with User Group.
dcorsar commented 1 year ago
  1. Should User Group be linked directly as a case feature?

User_Group is a subclass of user so as user is already a subclass of CaseFeature so is User_Group - do we need to add anything else?

anjanaw commented 1 year ago

CaseFeature is representing how iSee defines a case. Therefore it can be confusing to leave it as User if a use case is created per User Group.

dcorsar commented 1 year ago

How would this confusion be resolved? Add more specificity to the case feature descriptions? Such as:

Remove User subclassOf CaseFeature and Description hasUser User assertions from explanationexperience.rdf and replace with User_Group subclassOf CaseFeature and Description hasUserGroup User_Group assertions

anjanaw commented 1 year ago

Completed in https://github.com/isee4xai/iSeeOnto/pull/28