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 evaluation concept renaming #30

Closed dcorsar closed 1 year ago

dcorsar commented 1 year ago

change 'UserEvaluationResult' to 'UserEvaluationResponse' add relationship 'UserEvaluationResult' 'hasObjectValue' 'KeyLiteralValuePair'

dcorsar commented 1 year ago

@anjanaw done, and pushed to userevalatuion.rdf in https://github.com/isee4xai/iSeeOnto/tree/issue-20 please check then we can merge. Had to rename hasValue to hasObjectValue to avoid naming clash.

anjanaw commented 1 year ago

Looks good. Merged to main.

anjanaw commented 1 year ago

@dcorsar Is a data property assertion suitable to store an answer to an open question? for now, I will use prov:value, if not suitable, needs to create a new data property assertion.

dcorsar commented 1 year ago

prov:value is fine for open questions. I've added a new class for Open Question Responses to differentiate them from nominal question responses.