-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.jsonld
More file actions
354 lines (354 loc) · 13.2 KB
/
test.jsonld
File metadata and controls
354 lines (354 loc) · 13.2 KB
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
{
"@context": {
"@version": 1.1,
"marr": "http://bbqs-project.org/ontology/marr#",
"uberon": "http://purl.obolibrary.org/obo/UBERON_",
"cl": "http://purl.obolibrary.org/obo/CL_",
"go": "http://purl.obolibrary.org/obo/GO_",
"ncit": "http://purl.obolibrary.org/obo/NCIT_",
"prov": "http://www.w3.org/ns/prov#"
},
"@type": "marr:NeuroscienceExtraction",
"marr:paper_id": "DOI:10.xxxx/xxxxx",
"marr:paper_title": "Extracted Paper Title",
"marr:extraction_date": "2025-12-21T13:51:04.869884",
"marr:schema_version": "2.0",
"marr:entities_by_level": {
"L1_computational": [
{
"entity": "photoreceptor cell maintenance",
"label": "biological process",
"marr_level": "L1",
"ontology_id": "GO:0042463",
"ontology_label": "photoreceptor cell maintenance",
"marr_rationale": "The entity 'photoreceptor cell maintenance' refers to the process of maintaining photoreceptor cells, which is a computational goal. It describes what is being computed, which is the maintenance of photoreceptor cells.",
"context_sentences": [
"The photoreceptor cell maintenance is crucial for vision."
],
"paper_location": [
"Introduction"
],
"provenance": {
"judge_score": [
0.9
],
"remarks": [
"The entity is well-defined and relevant to the computational level."
]
}
},
{
"entity": "color sensitivity",
"label": "biological process",
"marr_level": "L1",
"ontology_id": "GO:0050908",
"ontology_label": "detection of visual stimuli",
"marr_rationale": "The entity 'color sensitivity' refers to the ability to detect different colors, which is a computational goal. It describes what is being computed, which is the detection of colors.",
"context_sentences": [
"The color sensitivity is an important aspect of vision."
],
"paper_location": [
"Introduction"
],
"provenance": {
"judge_score": [
0.8
],
"remarks": [
"The entity is relevant to the computational level, but the definition could be more specific."
]
}
},
{
"entity": "vision",
"label": "biological process",
"marr_level": "L1",
"ontology_id": "GO:0007601",
"ontology_label": "visual perception",
"marr_rationale": "The entity 'vision' refers to the ability to see, which is a computational goal. It describes what is being computed, which is the interpretation of visual information.",
"context_sentences": [
"The vision is a complex process that involves multiple stages."
],
"paper_location": [
"Introduction"
],
"provenance": {
"judge_score": [
0.8
],
"remarks": [
"The entity is relevant to the computational level, but the definition could be more specific."
]
}
},
{
"entity": "photopic spectral sensitivity",
"label": "biological process",
"marr_level": "L1",
"ontology_id": "GO:0050911",
"ontology_label": "detection of light intensity",
"marr_rationale": "The entity 'photopic spectral sensitivity' refers to the sensitivity of photoreceptors to different wavelengths of light, which is a computational goal. It describes what is being computed, which is the sensitivity of photoreceptors to light.",
"context_sentences": [
"The photopic spectral sensitivity is important for color vision."
],
"paper_location": [
"Introduction"
],
"provenance": {
"judge_score": [
0.8
],
"remarks": [
"The entity is relevant to the computational level, but the definition could be more specific."
]
}
}
],
"L2_algorithmic": [
{
"entity": "electroretinogram (ERG)",
"label": "method",
"marr_level": "L2",
"ontology_id": "EFO:0004157",
"ontology_label": "electroretinogram",
"marr_rationale": "The entity 'electroretinogram (ERG)' refers to a method for measuring the electrical activity of the retina, which is an algorithmic level. It describes how the electrical activity is being measured, which is through the use of an electroretinogram.",
"context_sentences": [
"The electroretinogram is a useful tool for diagnosing retinal disorders."
],
"paper_location": [
"Methods"
],
"provenance": {
"judge_score": [
0.8
],
"remarks": [
"The entity is relevant to the algorithmic level, but the definition could be more specific."
]
}
},
{
"entity": "scotopic ERG",
"label": "method",
"marr_level": "L2",
"ontology_id": "EFO:0004160",
"ontology_label": "scotopic electroretinogram",
"marr_rationale": "The entity 'scotopic ERG' refers to a method for measuring the electrical activity of the retina under low-light conditions, which is an algorithmic level. It describes how the electrical activity is being measured, which is through the use of a scotopic electroretinogram.",
"context_sentences": [
"The scotopic ERG is used to measure the rod cell function."
],
"paper_location": [
"Methods"
],
"provenance": {
"judge_score": [
0.8
],
"remarks": [
"The entity is relevant to the algorithmic level, but the definition could be more specific."
]
}
},
{
"entity": "photopic ERG",
"label": "method",
"marr_level": "L2",
"ontology_id": "EFO:0004159",
"ontology_label": "photopic electroretinogram",
"marr_rationale": "The entity 'photopic ERG' refers to a method for measuring the electrical activity of the retina under high-light conditions, which is an algorithmic level. It describes how the electrical activity is being measured, which is through the use of a photopic electroretinogram.",
"context_sentences": [
"The photopic ERG is used to measure the cone cell function."
],
"paper_location": [
"Methods"
],
"provenance": {
"judge_score": [
0.8
],
"remarks": [
"The entity is relevant to the algorithmic level, but the definition could be more specific."
]
}
}
],
"L3_implementational": [
{
"entity": "retina",
"label": "anatomical structure",
"marr_level": "L3",
"ontology_id": "UBERON:0000970",
"ontology_label": "retina",
"marr_rationale": "The entity 'retina' refers to the physical structure of the retina, which is an implementational level. It describes the physical substrate where the computation is taking place.",
"context_sentences": [
"The retina is a complex tissue that consists of multiple layers."
],
"paper_location": [
"Introduction"
],
"provenance": {
"judge_score": [
0.9
],
"remarks": [
"The entity is well-defined and relevant to the implementational level."
]
}
},
{
"entity": "rods",
"label": "cell type",
"marr_level": "L3",
"ontology_id": "CL:0000572",
"ontology_label": "rod cell",
"marr_rationale": "The entity 'rods' refers to a type of photoreceptor cell in the retina, which is an implementational level. It describes the physical components that are responsible for detecting light.",
"context_sentences": [
"The rods are sensitive to low light levels and are responsible for peripheral vision."
],
"paper_location": [
"Introduction"
],
"provenance": {
"judge_score": [
0.9
],
"remarks": [
"The entity is well-defined and relevant to the implementational level."
]
}
},
{
"entity": "cones",
"label": "cell type",
"marr_level": "L3",
"ontology_id": "CL:0000573",
"ontology_label": "cone cell",
"marr_rationale": "The entity 'cones' refers to a type of photoreceptor cell in the retina, which is an implementational level. It describes the physical components that are responsible for detecting color.",
"context_sentences": [
"The cones are sensitive to different wavelengths of light and are responsible for color vision."
],
"paper_location": [
"Introduction"
],
"provenance": {
"judge_score": [
0.9
],
"remarks": [
"The entity is well-defined and relevant to the implementational level."
]
}
},
{
"entity": "photoreceptors",
"label": "cell type",
"marr_level": "L3",
"ontology_id": "CL:0000066",
"ontology_label": "photoreceptor cell",
"marr_rationale": "The entity 'photoreceptors' refers to the cells in the retina that are responsible for detecting light, which is an implementational level. It describes the physical components that are responsible for detecting light.",
"context_sentences": [
"The photoreceptors are specialized cells that convert light into electrical signals."
],
"paper_location": [
"Introduction"
],
"provenance": {
"judge_score": [
0.9
],
"remarks": [
"The entity is well-defined and relevant to the implementational level."
]
}
},
{
"entity": "rhodopsin",
"label": "protein",
"marr_level": "L3",
"ontology_id": "PR:000021534",
"ontology_label": "rhodopsin",
"marr_rationale": "The entity 'rhodopsin' refers to a protein in photoreceptor cells that is responsible for detecting light, which is an implementational level. It describes the physical components that are responsible for detecting light.",
"context_sentences": [
"The rhodopsin is a crucial protein for vision and is found in rod cells."
],
"paper_location": [
"Introduction"
],
"provenance": {
"judge_score": [
0.9
],
"remarks": [
"The entity is well-defined and relevant to the implementational level."
]
}
},
{
"entity": "UV cones",
"label": "cell type",
"marr_level": "L3",
"ontology_id": "CL:0001034",
"ontology_label": "ultraviolet-sensitive cone cell",
"marr_rationale": "The entity 'UV cones' refers to a type of cone cell in the retina that is sensitive to ultraviolet light, which is an implementational level. It describes the physical components that are responsible for detecting ultraviolet light.",
"context_sentences": [
"The UV cones are found in some species and are responsible for detecting ultraviolet light."
],
"paper_location": [
"Introduction"
],
"provenance": {
"judge_score": [
0.9
],
"remarks": [
"The entity is well-defined and relevant to the implementational level."
]
}
},
{
"entity": "M cones",
"label": "cell type",
"marr_level": "L3",
"ontology_id": "CL:0001035",
"ontology_label": "medium-wavelength-sensitive cone cell",
"marr_rationale": "The entity 'M cones' refers to a type of cone cell in the retina that is sensitive to medium-wavelength light, which is an implementational level. It describes the physical components that are responsible for detecting medium-wavelength light.",
"context_sentences": [
"The M cones are found in the human retina and are responsible for detecting green light."
],
"paper_location": [
"Introduction"
],
"provenance": {
"judge_score": [
0.9
],
"remarks": [
"The entity is well-defined and relevant to the implementational level."
]
}
},
{
"entity": "brain",
"label": "anatomical structure",
"marr_level": "L3",
"ontology_id": "UBERON:0000955",
"ontology_label": "brain",
"marr_rationale": "The entity 'brain' refers to the physical structure of the brain, which is an implementational level. It describes the physical substrate where the computation is taking place.",
"context_sentences": [
"The brain is a complex organ that consists of multiple regions."
],
"paper_location": [
"Introduction"
],
"provenance": {
"judge_score": [
0.9
],
"remarks": [
"The entity is well-defined and relevant to the implementational level."
]
}
}
]
}
}