-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOE_X_FRMA.rdf
576 lines (427 loc) · 29.8 KB
/
OE_X_FRMA.rdf
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
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY dct "http://purl.org/dc/terms/" >
<!ENTITY skos "http://www.w3.org/2004/02/skos/core#" >
<!ENTITY frma "https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/FRMA/" >
<!ENTITY mlmo "https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/MachineLearningModelOntology/" >
<!ENTITY wt "https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/WearableThingsOntology/" >
<!ENTITY pfd "https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/PersonFaceAndDemographicOntology/" >
<!ENTITY img "https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/ImageOntology/" >
<!ENTITY ho "https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/HairOntology/" >
<!ENTITY oboInOwl "http://www.geneontology.org/formats/oboInOwl#" >
<!ENTITY obo "http://purl.obolibrary.org/obo/" >
<!ENTITY lio "https://w3id.org/lio/v1#" >
<!ENTITY lio-orig "http://purl.org/net/lio#" >
<!ENTITY sm "http://www.omg.org/techprocess/ab/SpecificationMetadata/" >
<!ENTITY fibo-fnd-utl-av "http://www.omg.org/spec/EDMC-FIBO/FND/Utilities/AnnotationVocabulary/">
]>
<rdf:RDF xml:base="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/FRMA/"
xmlns:ho="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/HairOntology/"
xmlns:wt="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/WearableThingsOntology/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:img="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/ImageOntology/"
xmlns:lio="https://w3id.org/lio/v1#"
xmlns:lio-orig="http://purl.org/net/lio#"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:pfd="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/PersonFaceAndDemographicOntology/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:frma="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/FRMA/"
xmlns:mlmo="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/MachineLearningModelOntology/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:sm="http://www.omg.org/techprocess/ab/SpecificationMetadata/"
xmlns:fibo-fnd-utl-av="http://www.omg.org/spec/EDMC-FIBO/FND/Utilities/AnnotationVocabulary/">
<owl:Ontology rdf:about="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/FRMA/">
<owl:versionIRI rdf:resource="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/FRMA/1.0.4"/>
<owl:imports rdf:resource="http://www.w3.org/2004/02/skos/core"/>
<owl:imports rdf:resource="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/HairOntology/"/>
<owl:imports rdf:resource="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/ImageOntology/"/>
<owl:imports rdf:resource="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/MachineLearningModelOntology/"/>
<owl:imports rdf:resource="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/PersonFaceAndDemographicOntology/"/>
<owl:imports rdf:resource="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/WearableThingsOntology/"/>
<dct:contributor xml:lang="en">Alexander Schwartzberg</dct:contributor>
<dct:contributor xml:lang="en">Andrew Gaudet</dct:contributor>
<dct:contributor xml:lang="en">John Angel</dct:contributor>
<dct:contributor xml:lang="en">Jordan Faas-Bush</dct:contributor>
<dct:contributor xml:lang="en">Matthew Johnson</dct:contributor>
<dct:modified>12/13/2018</dct:modified>
<dct:publisher xml:lang="en">FRMA Team</dct:publisher>
<rdfs:label xml:lang="en">Face Recognition Model Analyzer Ontology</rdfs:label>
<owl:priorVersion>http://tw.rpi.edu/media/latest/OE_12_FRMA.rdf</owl:priorVersion>
<skos:changeNote>Added copyright/license info</skos:changeNote>
<skos:definition xml:lang="en">Machine learning allows us to learn a model for a given task such as facial recognition with a high degree of accuracy. However, after these models are generated they are often treated as black boxes and the limitations of a model are often unknown to the end user. The system developed for this use case will provide an intuitive interface to explore the limits of a facial recognition model by semantically integrating "smart" images(semantically describe who the image depicts and what Kumar [2] features the image exhibits) with classification results to discover common causes for misclassifications.</skos:definition>
<sm:copyright rdf:datatype="&xsd;string">Copyright (c) 2018 FRMA Team</sm:copyright>
<dct:license rdf:resource="&sm;MITLicense"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- &frma;hasOcclusion -->
<owl:ObjectProperty rdf:about="&frma;hasOcclusion">
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label>has occlusion</rdfs:label>
<skos:definition xml:lang="en">connects an area of a subject that is not visable to the subject</skos:definition>
</owl:ObjectProperty>
<!-- &frma;isOccludingBodyRegion -->
<owl:ObjectProperty rdf:about="&frma;isOccludingBodyRegion">
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">is occluding the region of</rdfs:label>
<skos:definition xml:lang="en">to be a cover, block, or hamper to the visual representation of a body region in an image</skos:definition>
</owl:ObjectProperty>
<!-- &frma;isOcclusionSourceOf -->
<owl:ObjectProperty rdf:about="&frma;isOcclusionSourceOf">
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">is the occlusion source of</rdfs:label>
<skos:definition xml:lang="en">is the source and/or causes of a specific occlusion on an image of a face</skos:definition>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- &obo;UBERON_0001456 -->
<owl:Class rdf:about="&obo;UBERON_0001456">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;BFO_0000051"/>
<owl:someValuesFrom rdf:resource="&ho;Hair"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- &frma;AuricleOcclusion -->
<owl:Class rdf:about="&frma;AuricleOcclusion">
<rdfs:subClassOf rdf:resource="&frma;UpperFaceOcclusion"/>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">auricle occlusion</rdfs:label>
<skos:definition xml:lang="en">occlusion of the ears</skos:definition>
</owl:Class>
<!-- &frma;BuccalOcclusion -->
<owl:Class rdf:about="&frma;BuccalOcclusion">
<rdfs:subClassOf rdf:resource="&frma;LowerFaceOcclusion"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOccludingBodyRegion"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0001567"/>
</owl:Restriction>
</rdfs:subClassOf>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">buccal occlusion</rdfs:label>
<skos:definition xml:lang="en">occlusion of the cheeks</skos:definition>
</owl:Class>
<!-- &frma;CervicalOcclusion -->
<owl:Class rdf:about="&frma;CervicalOcclusion">
<rdfs:subClassOf rdf:resource="&frma;Occlusion"/>
<owl:disjointWith rdf:resource="&frma;FaceOcclusion"/>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">cervical occlusion</rdfs:label>
<skos:definition xml:lang="en">occlusion of the neck</skos:definition>
</owl:Class>
<!-- &frma;CranialOcclusion -->
<owl:Class rdf:about="&frma;CranialOcclusion">
<rdfs:subClassOf rdf:resource="&frma;UpperFaceOcclusion"/>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">cranial occlusion</rdfs:label>
<skos:definition xml:lang="en">occusion of the top of the head, above the ears</skos:definition>
</owl:Class>
<!-- &frma;FaceOcclusion -->
<owl:Class rdf:about="&frma;FaceOcclusion">
<rdfs:subClassOf rdf:resource="&frma;Occlusion"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOccludingBodyRegion"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0001456"/>
</owl:Restriction>
</rdfs:subClassOf>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">face occlusion</rdfs:label>
<skos:definition xml:lang="en">something that blocks the view of a persons face within an image</skos:definition>
</owl:Class>
<!-- &frma;FrontalOcclusion -->
<owl:Class rdf:about="&frma;FrontalOcclusion">
<rdfs:subClassOf rdf:resource="&frma;UpperFaceOcclusion"/>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">frontal occlusion</rdfs:label>
<skos:definition xml:lang="en">occlusion of the forehead</skos:definition>
</owl:Class>
<!-- &frma;LowerFaceOcclusion -->
<owl:Class rdf:about="&frma;LowerFaceOcclusion">
<rdfs:subClassOf rdf:resource="&frma;FaceOcclusion"/>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">lower face occlusion</rdfs:label>
<skos:definition xml:lang="en">something that blocks a portion of the view of a persons face from the bottom of the nose to the bottom of the head within within an image</skos:definition>
</owl:Class>
<!-- &frma;MentalOcclusion -->
<owl:Class rdf:about="&frma;MentalOcclusion">
<rdfs:subClassOf rdf:resource="&frma;LowerFaceOcclusion"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOccludingBodyRegion"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0008199"/>
</owl:Restriction>
</rdfs:subClassOf>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">mental occlusion</rdfs:label>
<skos:definition xml:lang="en">occlusion of the chin</skos:definition>
</owl:Class>
<!-- &frma;MugShotPhoto -->
<owl:Class rdf:about="&frma;MugShotPhoto">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&img;PosedImage"/>
<owl:Restriction>
<owl:onProperty rdf:resource="&lio-orig;depicts"/>
<owl:someValuesFrom>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;BFO_0000051"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0001456"/>
</owl:Restriction>
</owl:someValuesFrom>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&lio-orig;depicts"/>
<owl:someValuesFrom>
<owl:Restriction>
<owl:onProperty rdf:resource="&wt;isWearing"/>
<owl:someValuesFrom>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOcclusionSourceOf"/>
<owl:someValuesFrom>
<owl:Class>
<owl:complementOf rdf:resource="&frma;FaceOcclusion"/>
</owl:Class>
</owl:someValuesFrom>
</owl:Restriction>
</owl:someValuesFrom>
</owl:Restriction>
</owl:someValuesFrom>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&img;fidelityDescribedBy"/>
<owl:someValuesFrom>
<owl:Class>
<owl:complementOf rdf:resource="&img;BlurryImageFidelity"/>
</owl:Class>
</owl:someValuesFrom>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&lio;hasDepictedBackground"/>
<owl:someValuesFrom rdf:resource="&img;Indoors"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<dct:bibliographicCitation xml:lang="en">FRMA</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label>mug shot photo</rdfs:label>
<skos:definition>an image that is posed, has good lighting, is indoors, does not have face occlusions where the subject has his eyes open</skos:definition>
</owl:Class>
<!-- &frma;NasalOcclusion -->
<owl:Class rdf:about="&frma;NasalOcclusion">
<rdfs:subClassOf rdf:resource="&frma;UpperFaceOcclusion"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOccludingBodyRegion"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0000004"/>
</owl:Restriction>
</rdfs:subClassOf>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">nasal occlusion</rdfs:label>
<skos:definition xml:lang="en">occlusion of the nose</skos:definition>
</owl:Class>
<!-- &frma;Occlusion -->
<owl:Class rdf:about="&frma;Occlusion">
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">occlusion</rdfs:label>
<skos:definition xml:lang="en">something that blocks the view of a subject within an image</skos:definition>
</owl:Class>
<!-- &frma;OcularOcclusion -->
<owl:Class rdf:about="&frma;OcularOcclusion">
<rdfs:subClassOf rdf:resource="&frma;UpperFaceOcclusion"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOccludingBodyRegion"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0004088"/>
</owl:Restriction>
</rdfs:subClassOf>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">ocular occlusion</rdfs:label>
<skos:definition xml:lang="en">occlusion of the eyes</skos:definition>
</owl:Class>
<!-- &frma;OralOcclusion -->
<owl:Class rdf:about="&frma;OralOcclusion">
<rdfs:subClassOf rdf:resource="&frma;LowerFaceOcclusion"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOccludingBodyRegion"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0000165"/>
</owl:Restriction>
</rdfs:subClassOf>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">oral occlusion</rdfs:label>
<skos:definition xml:lang="en">occlusion of the lips and mouth</skos:definition>
</owl:Class>
<!-- &frma;ParotidOcclusion -->
<owl:Class rdf:about="&frma;ParotidOcclusion">
<rdfs:subClassOf rdf:resource="&frma;LowerFaceOcclusion"/>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">parotid occlusion</rdfs:label>
<skos:definition xml:lang="en">occlusion of the angle of the jaw</skos:definition>
</owl:Class>
<!-- &frma;UpperFaceOcclusion -->
<owl:Class rdf:about="&frma;UpperFaceOcclusion">
<rdfs:subClassOf rdf:resource="&frma;FaceOcclusion"/>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">upper face occlusion</rdfs:label>
<skos:definition xml:lang="en">something that blocks a portion of the view of a persons face from the bottom of the nose to the top of the head within within an image</skos:definition>
</owl:Class>
<!-- &frma;ZygomaticOcclusion -->
<owl:Class rdf:about="&frma;ZygomaticOcclusion">
<rdfs:subClassOf rdf:resource="&frma;LowerFaceOcclusion"/>
<dct:bibliographicCitation xml:lang="en">"Facial Region," The Free Dictionary. [Online]. Available: https://medical-dictionary.thefreedictionary.com/facial region. [Accessed: 03-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">G. B. Huang, M. Mattar, T. Berg, and E. Learned-Miller, "Labeled faces in the wild: A database for studying face recognition in unconstrained environments," in Workshop on faces in’Real-Life’Images: detection, alignment, and recognition, 2008.</dct:source>
<rdfs:label xml:lang="en">zygomatic occlusion</rdfs:label>
<skos:definition xml:lang="en">occlusion of the cheek bones</skos:definition>
</owl:Class>
<!-- &ho;Hair -->
<rdf:Description rdf:about="&ho;Hair">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0001444"/>
</rdf:Description>
<!-- &ho;HairColor -->
<rdf:Description rdf:about="&ho;HairColor">
<rdfs:subClassOf rdf:resource="&pfd;Color"/>
</rdf:Description>
<!-- &ho;HairTexture -->
<rdf:Description rdf:about="&ho;HairTexture">
<rdfs:subClassOf rdf:resource="&pfd;VisualDescriptor"/>
</rdf:Description>
<!-- &ho;Haircut -->
<rdf:Description rdf:about="&ho;Haircut">
<rdfs:subClassOf rdf:resource="&pfd;VisualDescriptor"/>
</rdf:Description>
<!-- &wt;Earrings -->
<rdf:Description rdf:about="&wt;Earrings">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOcclusionSourceOf"/>
<owl:someValuesFrom rdf:resource="&frma;AuricleOcclusion"/>
</owl:Restriction>
</rdfs:subClassOf>
</rdf:Description>
<!-- &wt;Eyewear -->
<rdf:Description rdf:about="&wt;Eyewear">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOcclusionSourceOf"/>
<owl:someValuesFrom rdf:resource="&frma;OcularOcclusion"/>
</owl:Restriction>
</rdfs:subClassOf>
</rdf:Description>
<!-- &wt;Hat -->
<rdf:Description rdf:about="&wt;Hat">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOcclusionSourceOf"/>
<owl:someValuesFrom rdf:resource="&frma;CranialOcclusion"/>
</owl:Restriction>
</rdfs:subClassOf>
</rdf:Description>
<!-- &wt;Headwear -->
<rdf:Description rdf:about="&wt;Headwear">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOcclusionSourceOf"/>
<owl:someValuesFrom>
<owl:Class>
<owl:complementOf rdf:resource="&frma;CervicalOcclusion"/>
</owl:Class>
</owl:someValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
</rdf:Description>
<!-- &wt;Lipstick -->
<rdf:Description rdf:about="&wt;Lipstick">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOcclusionSourceOf"/>
<owl:someValuesFrom rdf:resource="&frma;OralOcclusion"/>
</owl:Restriction>
</rdfs:subClassOf>
</rdf:Description>
<!-- &wt;Makeup -->
<rdf:Description rdf:about="&wt;Makeup">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOcclusionSourceOf"/>
<owl:someValuesFrom rdf:resource="&frma;FaceOcclusion"/>
</owl:Restriction>
</rdfs:subClassOf>
</rdf:Description>
<!-- &wt;NeckTie -->
<rdf:Description rdf:about="&wt;NeckTie">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOcclusionSourceOf"/>
<owl:someValuesFrom rdf:resource="&frma;CervicalOcclusion"/>
</owl:Restriction>
</rdfs:subClassOf>
</rdf:Description>
<!-- &wt;Necklace -->
<rdf:Description rdf:about="&wt;Necklace">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOcclusionSourceOf"/>
<owl:someValuesFrom rdf:resource="&frma;CervicalOcclusion"/>
</owl:Restriction>
</rdfs:subClassOf>
</rdf:Description>
<!-- &wt;WearableObject -->
<owl:Class rdf:about="&wt;WearableObject">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;isOcclusionSourceOf"/>
<owl:someValuesFrom rdf:resource="&frma;Occlusion"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- &lio;Image -->
<rdf:Description rdf:about="&lio;Image">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&frma;hasOcclusion"/>
<owl:someValuesFrom rdf:resource="&frma;Occlusion"/>
</owl:Restriction>
</rdfs:subClassOf>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.6.2018-09-06T00:27:41Z) https://github.com/owlcs/owlapi -->