-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCOLEImage.json
197 lines (197 loc) · 8.54 KB
/
COLEImage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageExplanationExperience",
"classes": [
"http://www.w3id.org/iSeeOnto/explanationexperience#ExplanationExperience"
],
"http://www.w3id.org/iSeeOnto/explanationexperience#hasDescription": {
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageDescription",
"classes": [
"http://www.w3id.org/iSeeOnto/explanationexperience#Description"
],
"http://www.w3id.org/iSeeOnto/explanationexperience#hasAIModel": {
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageAIModel",
"classes": [
"http://www.w3id.org/iSeeOnto/aimodel#AIModel"
],
"http://www.w3id.org/iSeeOnto/aimodel#solves": {
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageMulti-class_Classification",
"classes": [
"http://www.w3id.org/iSeeOnto/aimodel#Multi-class_Classification"
],
"http://semanticscience.org/resource/SIO_000355": {
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageAITaskGoal",
"classes": [
"http://www.w3id.org/iSeeOnto/aimodel#AITaskGoal"
],
"http://semanticscience.org/resource/SIO_000300": "predict category of a given an image"
}
},
"http://www.w3id.org/iSeeOnto/explainer#utilises": {
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageConvolutional_Neural_Network",
"classes": [
"http://www.w3id.org/iSeeOnto/aimodel#Convolutional_Neural_Network"
]
},
"http://www.w3id.org/iSeeOnto/aimodel#trainedOn": [
{
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageDataset",
"classes": [
"http://www.w3id.org/iSeeOnto/aimodel#Dataset"
],
"http://www.w3id.org/iSeeOnto/aimodel#featureCountRange": {
"instance": "http://www.w3id.org/iSeeOnto/aimodel#Less_than_10",
"classes": [
"http://www.w3id.org/iSeeOnto/aimodel#Dataset_Feature_Quantity_Range"
]
},
"http://www.w3id.org/iSeeOnto/aimodel#instanceCountRange": {
"value": "http://www.w3id.org/iSeeOnto/aimodel#Greater_than_1000",
"classes": [
"http://www.w3id.org/iSeeOnto/aimodel#Dataset_Instance_Quantity_Range"
]
},
"http://www.w3id.org/iSeeOnto/aimodel#hasDatasetType": {
"instance": "http://www.w3id.org/iSeeOnto/explainer#image",
"classes": [
"http://www.w3id.org/iSeeOnto/explainer#DatasetType"
]
},
"http://www.w3id.org/iSeeOnto/aimodel#hasFeatureType": [
{
"instance": "http://www.w3id.org/iSeeOnto/explainer#image",
"classes": [
"http://www.w3id.org/iSeeOnto/explainer#DataType"
]
}
]
}
],
"http://www.w3id.org/iSeeOnto/evaluation#annotatedBy": []
},
"http://www.w3id.org/iSeeOnto/explanationexperience#hasExplanationRequirements": {
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageExplanationRequirements",
"classes": [
"http://www.w3id.org/iSeeOnto/explanationexperience#ExplanationRequirements"
],
"hasExplanationCriteria": [
{
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImagePortabilityCriteria",
"classes": [
"http://www.w3id.org/iSeeOnto/explanationexperience#ExplanationCriteria"
],
"onProperty": "http://www.w3id.org/iSeeOnto/explainer#hasPortability",
"requiredObjectValue": "http://www.w3id.org/iSeeOnto/explainer#modelSpecific"
},
{
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageConcurrentnessCriteria",
"classes": [
"http://www.w3id.org/iSeeOnto/explanationexperience#ExplanationCriteria"
],
"onProperty": "http://www.w3id.org/iSeeOnto/explainer#hasConcurrentness",
"requiredObjectValue": "http://www.w3id.org/iSeeOnto/explainer#post-hoc"
},
{
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImagePresentationCriteria",
"classes": [
"http://www.w3id.org/iSeeOnto/explanationexperience#ExplanationCriteria"
],
"onProperty": "http://www.w3id.org/iSeeOnto/explainer#hasPresentation",
"requiredValueType": "http://semanticscience.org/resource/SIO_001194"
},
{
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageExplanationScopeCriteria",
"classes": [
"http://www.w3id.org/iSeeOnto/explanationexperience#ExplanationCriteria"
],
"onProperty": "http://www.w3id.org/iSeeOnto/explainer#hasExplanationScope",
"requiredObjectValue": "http://www.w3id.org/iSeeOnto/explainer#local"
},
{
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageExplanationTargetCriteria",
"classes": [
"http://www.w3id.org/iSeeOnto/explanationexperience#ExplanationCriteria"
],
"onProperty": "http://www.w3id.org/iSeeOnto/explainer#targetType",
"requiredObjectValue": "http://www.w3id.org/iSeeOnto/explainer#prediction"
}
]
},
"http://www.w3id.org/iSeeOnto/explanationexperience#hasUserGroup": {
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageUserGroup",
"classes": [
"http://www.w3id.org/iSeeOnto/user#UserGroup"
],
"http://www.w3id.org/iSeeOnto/user#hasIntent": {
"instance": "http://www.w3id.org/iSeeOnto/user#Transparency",
"classes": [
"http://semanticscience.org/resource/SIO_000358"
]
},
"http://www.w3id.org/iSeeOnto/user#hasResources": [
{
"instance": "http://www.w3id.org/iSeeOnto/user#Touchpad",
"classes": [
"http://www.w3id.org/iSeeOnto/user#VisualFacilities"
]
},
{
"instance": "http://www.w3id.org/iSeeOnto/user#ScreenDisplay",
"classes": [
"http://www.w3id.org/iSeeOnto/user#VisualFacilities"
]
}
],
"https://purl.org/heals/eo#possess": [
{
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageUserAIKnowledge",
"classes": [
"http://www.w3id.org/iSeeOnto/user#AIMethodKnowledge"
],
"http://www.w3id.org/iSeeOnto/user#levelOfKnowledge": {
"instance": "http://www.w3id.org/iSeeOnto/user#no_knowledge",
"classes": [
"http://www.w3id.org/iSeeOnto/user#KnowledgeLevel"
]
}
},
{
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageUserDomainKnowledge",
"classes": [
"http://www.w3id.org/iSeeOnto/user#DomainKnowledge"
],
"http://www.w3id.org/iSeeOnto/user#levelOfKnowledge": {
"instance": "http://www.w3id.org/iSeeOnto/user#novice",
"classes": [
"http://www.w3id.org/iSeeOnto/user#KnowledgeLevel"
]
}
}
],
"https://purl.org/heals/eo#asks": [
{
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageQuestion",
"http://semanticscience.org/resource/SIO_000300": "Why does the system predict category Y for image X?",
"classes": [
"http://semanticscience.org/resource/SIO_000085"
],
"http://www.w3id.org/iSeeOnto/user#hasQuestionTarget": {
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageSystemRecommendation",
"classes": [
"https://purl.org/heals/eo#SystemRecommendation"
]
}
}
]
}
},
"http://www.w3id.org/iSeeOnto/explanationexperience#hasSolution": {
// insert BT JSON here
},
"http://www.w3id.org/iSeeOnto/explanationexperience#hasOutcome": {
"instance": "http://www.w3id.org/iSeeOnto/explanationexperience/COLEImage/COLEImageOutcome",
"classes": [
"http://www.w3id.org/iSeeOnto/explanationexperience#Outcome"
],
"http://linkedu.eu/dedalo/explanationPattern.owl#isBasedOn": []
}
}