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

keeping track of AI Model URL and other meta info #38

Closed anjanaw closed 1 year ago

anjanaw commented 1 year ago

I need to keep track of AI Model file/URL and other meta info on the case structure, what predicate/concept can we use to do that? for now, it can be as simple as "AIModel" > "hasMetaData" > "Literal" and I add all meta info as a JSON.

dcorsar commented 1 year ago

'hasMetaData' is a bit generic as a lot of the annotation properties are meta data; is it just case structure meta-data that's being stored? if so, how about something like 'hasCaseStructureMetaData' ?

anjanaw commented 1 year ago

I'd like that!

dcorsar commented 1 year ago

Apologies for the delay; have added it as a datatype property to aimodel.rdf in main branch. I've added a restriction to AI Model class for it. It may have been better to have defined i as an annotation property, but if we want to have the restriction it'll need to be a datatype. Either way, its there and can be used for what we need at the moment, and can change to a annotation property in future if feel that's more appropriate.