-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBizarrenessEffect.owl
More file actions
505 lines (329 loc) · 25.2 KB
/
Copy pathBizarrenessEffect.owl
File metadata and controls
505 lines (329 loc) · 25.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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#"
xml:base="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl"
xmlns:fs="https://w3id.org/framester/data/framestercore/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:sequence="http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#"
xmlns:parameter="http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#"
xmlns:participation="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"
xmlns:classification="http://www.ontologydesignpatterns.org/cp/owl/classification.owl#"
xmlns:BizarrenessEffect="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#"
xmlns:cpannotationschema="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#">
<owl:Ontology rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl">
<terms:created>2023-07-23</terms:created>
<terms:creator>Leonardo Zilli</terms:creator>
<terms:description xml:lang="en">The Bizarreness effect module of the Cognitive Bias Ontology.</terms:description>
<terms:title>Bizarreness effect ontology</terms:title>
<cpannotationschema:hasComponent rdf:resource="http://ontologydesignpatterns.org/wiki/Submissions:Classification"/>
<cpannotationschema:hasComponent rdf:resource="http://ontologydesignpatterns.org/wiki/Submissions:Parameter"/>
<cpannotationschema:hasComponent rdf:resource="http://ontologydesignpatterns.org/wiki/Submissions:Participation"/>
<cpannotationschema:hasComponent rdf:resource="http://ontologydesignpatterns.org/wiki/Submissions:Sequence"/>
<cpannotationschema:scenarios xml:lang="en">A newspaper publishes an article that includes a bizarre or unexpected element. Out of all the articles in the newspaper, readers are more likely to remember and share such article due to its intriguing and unusual nature.</cpannotationschema:scenarios>
<rdfs:comment xml:lang="en">The Bizarreness effect is the tendency of bizarre material to be better remembered than common material.</rdfs:comment>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/created -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/created"/>
<!-- http://purl.org/dc/terms/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasComponent -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasComponent"/>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#scenarios -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#scenarios"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#classifies -->
<owl:ObjectProperty rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#classifies">
<owl:inverseOf rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isClassifiedBy"/>
<rdfs:domain rdf:resource="https://w3id.org/framester/data/framestercore/Prominence"/>
<rdfs:range rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent"/>
</owl:ObjectProperty>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#follows -->
<owl:ObjectProperty rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#follows">
<owl:inverseOf rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#precedes"/>
<rdfs:domain rdf:resource="https://w3id.org/framester/data/framestercore/Memory"/>
<rdfs:range rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MemoryEncoding"/>
</owl:ObjectProperty>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#hasOutcome -->
<owl:ObjectProperty rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#hasOutcome">
<owl:inverseOf rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isOutcomeOf"/>
<rdfs:domain rdf:resource="https://w3id.org/framester/data/framestercore/Memory"/>
<rdfs:range rdf:resource="https://w3id.org/framester/data/framestercore/Prominence"/>
</owl:ObjectProperty>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#hasParameter -->
<owl:ObjectProperty rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#hasParameter">
<owl:inverseOf rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isParameterFor"/>
<rdfs:domain rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent"/>
<rdfs:range rdf:resource="https://w3id.org/framester/data/framestercore/Typicality"/>
</owl:ObjectProperty>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#hasParticipant -->
<owl:ObjectProperty rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#hasParticipant">
<owl:inverseOf rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isParticipantIn"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MemoryEncoding"/>
<rdf:Description rdf:about="https://w3id.org/framester/data/framestercore/Memory"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent"/>
</owl:ObjectProperty>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isClassifiedBy -->
<owl:ObjectProperty rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isClassifiedBy">
<rdfs:domain rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent"/>
<rdfs:range rdf:resource="https://w3id.org/framester/data/framestercore/Prominence"/>
</owl:ObjectProperty>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isEngagedIn -->
<owl:ObjectProperty rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isEngagedIn">
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MemoryEncoding"/>
<rdf:Description rdf:about="https://w3id.org/framester/data/framestercore/Memory"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isEngagedIn"/>
<rdf:Description rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#follows"/>
</owl:propertyChainAxiom>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isEngagedIn"/>
<rdf:Description rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#precedes"/>
</owl:propertyChainAxiom>
</owl:ObjectProperty>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isOutcomeOf -->
<owl:ObjectProperty rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isOutcomeOf">
<rdfs:domain rdf:resource="https://w3id.org/framester/data/framestercore/Prominence"/>
<rdfs:range rdf:resource="https://w3id.org/framester/data/framestercore/Memory"/>
</owl:ObjectProperty>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isParameterFor -->
<owl:ObjectProperty rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isParameterFor">
<rdfs:domain rdf:resource="https://w3id.org/framester/data/framestercore/Typicality"/>
<rdfs:range rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent"/>
</owl:ObjectProperty>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isParticipantIn -->
<owl:ObjectProperty rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isParticipantIn">
<rdfs:domain rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MemoryEncoding"/>
<rdf:Description rdf:about="https://w3id.org/framester/data/framestercore/Memory"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#isParticipantIn"/>
<rdf:Description rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#follows"/>
</owl:propertyChainAxiom>
</owl:ObjectProperty>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#precedes -->
<owl:ObjectProperty rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#precedes">
<rdfs:domain rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MemoryEncoding"/>
<rdfs:range rdf:resource="https://w3id.org/framester/data/framestercore/Memory"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#hasParameterDataValue -->
<owl:DatatypeProperty rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#hasParameterDataValue">
<rdfs:domain rdf:resource="https://w3id.org/framester/data/framestercore/Typicality"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#AverageTypicality -->
<owl:Class rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#AverageTypicality">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://w3id.org/framester/data/framestercore/Typicality"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#hasParameterDataValue"/>
<owl:hasValue>average</owl:hasValue>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="https://w3id.org/framester/data/framestercore/Typicality"/>
</owl:Class>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#BizarreContent -->
<owl:Class rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#BizarreContent">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#hasParameter"/>
<owl:someValuesFrom rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#LowTypicality"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent"/>
<rdfs:comment>Mental content with a low level of typicality.</rdfs:comment>
</owl:Class>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#HighTypicality -->
<owl:Class rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#HighTypicality">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://w3id.org/framester/data/framestercore/Typicality"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#hasParameterDataValue"/>
<owl:hasValue>high</owl:hasValue>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="https://w3id.org/framester/data/framestercore/Typicality"/>
</owl:Class>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#LowTypicality -->
<owl:Class rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#LowTypicality">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://w3id.org/framester/data/framestercore/Typicality"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#hasParameterDataValue"/>
<owl:hasValue>low</owl:hasValue>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="https://w3id.org/framester/data/framestercore/Typicality"/>
</owl:Class>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MemoryEncoding -->
<owl:Class rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MemoryEncoding">
<rdfs:comment xml:lang="en">The process of storing information in the brain for later retrieval.</rdfs:comment>
</owl:Class>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent -->
<owl:Class rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent">
<rdfs:comment xml:lang="en">Any type of mental content.</rdfs:comment>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Person -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Person"/>
<!-- https://w3id.org/framester/data/framestercore/Memory -->
<owl:Class rdf:about="https://w3id.org/framester/data/framestercore/Memory">
<rdfs:comment>This frame is concerned with Cognizers remembering and forgetting mental Content.</rdfs:comment>
</owl:Class>
<!-- https://w3id.org/framester/data/framestercore/Prominence -->
<owl:Class rdf:about="https://w3id.org/framester/data/framestercore/Prominence">
<rdfs:comment>An Entity stands out perceptually in comparison to other members of its type.</rdfs:comment>
</owl:Class>
<!-- https://w3id.org/framester/data/framestercore/Typicality -->
<owl:Class rdf:about="https://w3id.org/framester/data/framestercore/Typicality">
<rdfs:comment>An Entity is generally, or with regard to a particular Feature, representative of the Comparison_set of which it is a member.</rdfs:comment>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article1 -->
<owl:NamedIndividual rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article1">
<rdf:type rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent"/>
<hasParameter rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article1_typicality"/>
<isParticipantIn rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#memory_encoding"/>
<rdfs:comment xml:lang="en">A newspaper article. A mildly peculiar one.</rdfs:comment>
</owl:NamedIndividual>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article1_typicality -->
<owl:NamedIndividual rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article1_typicality">
<rdf:type rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#AverageTypicality"/>
<rdf:type rdf:resource="https://w3id.org/framester/data/framestercore/Typicality"/>
<hasParameterDataValue>average</hasParameterDataValue>
<rdfs:comment xml:lang="en">The degree of typicality of the first article.</rdfs:comment>
</owl:NamedIndividual>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article2 -->
<owl:NamedIndividual rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article2">
<rdf:type rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#BizarreContent"/>
<rdf:type rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent"/>
<hasParameter rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article2_typicality"/>
<isClassifiedBy rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#prominence"/>
<isParticipantIn rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#memory_encoding"/>
<rdfs:comment xml:lang="en">A newspaper article. An incredibly unusual one.</rdfs:comment>
</owl:NamedIndividual>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article2_typicality -->
<owl:NamedIndividual rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article2_typicality">
<rdf:type rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#LowTypicality"/>
<rdf:type rdf:resource="https://w3id.org/framester/data/framestercore/Typicality"/>
<hasParameterDataValue>low</hasParameterDataValue>
<rdfs:comment xml:lang="en">The degree of typicality of the second article.</rdfs:comment>
</owl:NamedIndividual>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article3 -->
<owl:NamedIndividual rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article3">
<rdf:type rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MentalContent"/>
<hasParameter rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article3_typicality"/>
<isParticipantIn rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#memory_encoding"/>
<rdfs:comment xml:lang="en">A newspaper article. A rather boring one.</rdfs:comment>
</owl:NamedIndividual>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article3_typicality -->
<owl:NamedIndividual rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article3_typicality">
<rdf:type rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#HighTypicality"/>
<rdf:type rdf:resource="https://w3id.org/framester/data/framestercore/Typicality"/>
<hasParameterDataValue>high</hasParameterDataValue>
<rdfs:comment xml:lang="en">The degree of typicality of the third article.</rdfs:comment>
</owl:NamedIndividual>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#memory_decoding -->
<owl:NamedIndividual rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#memory_decoding">
<rdf:type rdf:resource="https://w3id.org/framester/data/framestercore/Memory"/>
<hasOutcome rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#prominence"/>
<hasParticipant rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article1"/>
<hasParticipant rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article2"/>
<hasParticipant rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article3"/>
<rdfs:comment xml:lang="en">The process of retrieving and reconstructing stored information from the memory.</rdfs:comment>
</owl:NamedIndividual>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#memory_encoding -->
<owl:NamedIndividual rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#memory_encoding">
<rdf:type rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#MemoryEncoding"/>
<precedes rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#memory_decoding"/>
<rdfs:comment xml:lang="en">The process of storing information in the brain for later retrieval.</rdfs:comment>
</owl:NamedIndividual>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#newspaper_reader -->
<owl:NamedIndividual rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#newspaper_reader">
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<isEngagedIn rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#memory_encoding"/>
<rdfs:comment>Someone reading the newspaper.</rdfs:comment>
</owl:NamedIndividual>
<!-- http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#prominence -->
<owl:NamedIndividual rdf:about="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#prominence">
<rdf:type rdf:resource="https://w3id.org/framester/data/framestercore/Prominence"/>
<classifies rdf:resource="http://www.leonardozilli.it/CognitiveBiasOntology/BizarrenessEffect.owl#article2"/>
<rdfs:comment xml:lang="en">One memory sticks out among the other memories during the act of remembrance.</rdfs:comment>
</owl:NamedIndividual>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi -->