-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOE_X_PersonFaceAndDemographicOntology.rdf
1272 lines (911 loc) · 77.2 KB
/
OE_X_PersonFaceAndDemographicOntology.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
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?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 fibo-fnd-aap-agt "http://www.omg.org/spec/EDMC-FIBO/FND/AgentsAndPeople/Agents/">
<!ENTITY pfd "https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/PersonFaceAndDemographicOntology/" >
<!ENTITY obo "http://purl.obolibrary.org/obo/" >
<!ENTITY oboInOwl "http://www.geneontology.org/formats/oboInOwl#" >
<!ENTITY fibo-fnd-utl-av "http://www.omg.org/spec/EDMC-FIBO/FND/Utilities/AnnotationVocabulary/">
<!ENTITY sm "http://www.omg.org/techprocess/ab/SpecificationMetadata/" >
]>
<rdf:RDF xml:base="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/PersonFaceAndDemographicOntology/"
xmlns:dct="http://purl.org/dc/terms/"
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: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/"
xmlns:fibo-fnd-aap-agt="http://www.omg.org/spec/EDMC-FIBO/FND/AgentsAndPeople/Agents/">
<owl:Ontology rdf:about="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/PersonFaceAndDemographicOntology/">
<owl:versionIRI rdf:resource="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/PersonFaceAndDemographicOntology/1.0.4"/>
<owl:imports rdf:resource="http://www.omg.org/techprocess/ab/SpecificationMetadata/"/>
<owl:imports rdf:resource="http://www.omg.org/spec/EDMC-FIBO/FND/AgentsAndPeople/Agents/"/>
<owl:imports rdf:resource="http://www.w3.org/2004/02/skos/core"/>
<dct:creator xml:lang="en">Jordan Faas-Bush</dct:creator>
<dct:publisher xml:lang="en">FRMA Team</dct:publisher>
<dct:modified>12/13/2018</dct:modified>
<rdfs:label xml:lang="en">Person, Face, and Demographic Ontology</rdfs:label>
<owl:priorVersion rdf:datatype="&xsd;string">http://tw.rpi.edu/media/latest/OE_12_PersonFaceAndDemographicOntology.rdf</owl:priorVersion>
<skos:changeNote rdf:datatype="&xsd;string">Converted eye colors to individuals and added copyright/license info.</skos:changeNote>
<skos:definition xml:lang="en">This sub-ontology is a section of the overall ontology focusing specifically on the features of a person such as their demographic and facial features that appear in their photos such as expression or nose shape.</skos:definition>
<sm:copyright rdf:datatype="&xsd;string">Copyright (c) 2018 FRMA Team</sm:copyright>
<dct:license rdf:resource="&sm;MITLicense"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- &dct;bibliographicCitation -->
<owl:AnnotationProperty rdf:about="&dct;bibliographicCitation">
<dct:description xml:lang="en">Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible.</dct:description>
<rdfs:comment xml:lang="en">A bibliographic reference for the resource.</rdfs:comment>
<rdfs:label xml:lang="en">Bibliographic Citation</rdfs:label>
<rdfs:subPropertyOf rdf:resource="&dct;identifier"/>
<rdfs:range rdf:resource="&rdfs;Literal"/>
<rdfs:domain rdf:resource="&dct;BibliographicResource"/>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- &obo;BFO_0000050 -->
<owl:ObjectProperty rdf:about="&obo;BFO_0000050">
<owl:inverseOf rdf:resource="&obo;BFO_0000051"/>
<rdf:type rdf:resource="&owl;TransitiveProperty"/>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">uberon</oboInOwl:hasOBONamespace>
<oboInOwl:id rdf:datatype="&xsd;string">part_of</oboInOwl:id>
<oboInOwl:shorthand rdf:datatype="&xsd;string">part_of</oboInOwl:shorthand>
<rdfs:label rdf:datatype="&xsd;string">part_of</rdfs:label>
</owl:ObjectProperty>
<!-- &obo;BFO_0000051 -->
<owl:ObjectProperty rdf:about="&obo;BFO_0000051">
<rdf:type rdf:resource="&owl;TransitiveProperty"/>
<obo:IAO_0000111 xml:lang="en">has part</obo:IAO_0000111>
<obo:IAO_0000118 xml:lang="en">has_part</obo:IAO_0000118>
<obo:IAO_0000412 rdf:resource="&obo;obi.owl"/>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">uberon</oboInOwl:hasOBONamespace>
<oboInOwl:id rdf:datatype="&xsd;string">has_part</oboInOwl:id>
<oboInOwl:shorthand rdf:datatype="&xsd;string">has_part</oboInOwl:shorthand>
<rdfs:label xml:lang="en">has part</rdfs:label>
<rdfs:label rdf:datatype="&xsd;string">has_part</rdfs:label>
</owl:ObjectProperty>
<!-- &obo;RO_0002433 -->
<owl:ObjectProperty rdf:about="&obo;RO_0002433">
<obo:IAO_0000115>p contributes to morphology of w if and only if a change in the morphology of p entails a change in the morphology of w. Examples: every skull contributes to morphology of the head which it is a part of. Counter-example: nuclei do not generally contribute to the morphology of the cell they are part of, as they are buffered by cytoplasm.</obo:IAO_0000115>
<rdfs:label>contributes to morphology of</rdfs:label>
</owl:ObjectProperty>
<!-- &pfd;hasColor -->
<owl:ObjectProperty rdf:about="&pfd;hasColor">
<dct:bibliographicCitation xml:lang="en">"have | Definition of have in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/have. [Accessed: 20-Oct-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">has color</rdfs:label>
<skos:definition>relates an object to its color</skos:definition>
</owl:ObjectProperty>
<!-- &pfd;hasDemographic -->
<owl:ObjectProperty rdf:about="&pfd;hasDemographic">
<dct:bibliographicCitation xml:lang="en">"have | Definition of have in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/have. [Accessed: 20-Oct-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">has demographic</rdfs:label>
<skos:definition>relates the demograophic properties to a person who exhibts them</skos:definition>
</owl:ObjectProperty>
<!-- &pfd;hasShape -->
<owl:ObjectProperty rdf:about="&pfd;hasShape">
<dct:bibliographicCitation xml:lang="en">"have | Definition of have in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/have. [Accessed: 20-Oct-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">has shape</rdfs:label>
<skos:definition>relates an object to its shape</skos:definition>
</owl:ObjectProperty>
<!-- &pfd;hasSize -->
<owl:ObjectProperty rdf:about="&pfd;hasSize">
<dct:bibliographicCitation xml:lang="en">"have | Definition of have in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/have. [Accessed: 20-Oct-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">has size</rdfs:label>
<skos:definition>relates an object to its size</skos:definition>
</owl:ObjectProperty>
<!-- &pfd;hasVisualFeature -->
<owl:ObjectProperty rdf:about="&pfd;hasVisualFeature">
<dct:bibliographicCitation xml:lang="en">"have | Definition of have in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/have. [Accessed: 20-Oct-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">has visual feature</rdfs:label>
<skos:definition>relates a visual feature to the object exhibiting it</skos:definition>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- &pfd;hasRGB -->
<owl:DatatypeProperty rdf:about="&pfd;hasRGB">
<rdfs:range rdf:resource="&xsd;string"/>
<dct:bibliographicCitation xml:lang="en">"have | Definition of have in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/have. [Accessed: 20-Oct-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">has RGB</rdfs:label>
<skos:definition xml:lang="en">relates the red, green, and blue values of a color ot the Color class</skos:definition>
</owl:DatatypeProperty>
<!-- &pfd;hasStrongNoseMouthLines -->
<owl:DatatypeProperty rdf:about="&pfd;hasStrongNoseMouthLines">
<rdfs:range rdf:resource="&xsd;boolean"/>
<dct:bibliographicCitation xml:lang="en">"Nasolabial," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/medical/nasolabial. [Accessed: 23-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">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">has strong nasolabial lines</rdfs:label>
<skos:definition xml:lang="en">the subject's nose mouth lines are highly visible</skos:definition>
</owl:DatatypeProperty>
<!-- &pfd;isAttractive -->
<owl:DatatypeProperty rdf:about="&pfd;isAttractive">
<rdfs:range rdf:resource="&xsd;boolean"/>
<dct:bibliographicCitation xml:lang="en">"Attractive," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/attractive. [Accessed: 23-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 attractive</rdfs:label>
<skos:definition xml:lang="en">a face that adheres to scientific beauty standards (golden ratio, horizontal face symmetry)</skos:definition>
</owl:DatatypeProperty>
<!-- &pfd;isBaggy -->
<owl:DatatypeProperty rdf:about="&pfd;isBaggy">
<rdfs:range rdf:resource="&xsd;boolean"/>
<dct:bibliographicCitation xml:lang="en">"Baggy," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/baggy. [Accessed: 23-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 baggy</rdfs:label>
<skos:definition xml:lang="en">relates whether an eye is baggy to eye features</skos:definition>
</owl:DatatypeProperty>
<!-- &pfd;isOpen -->
<owl:DatatypeProperty rdf:about="&pfd;isOpen">
<dct:bibliographicCitation xml:lang="en">"Open," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/open. [Accessed: 23-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 open</rdfs:label>
<skos:definition xml:lang="en">relates whether an eye is open to eye features</skos:definition>
</owl:DatatypeProperty>
<!-- &pfd;teethVisible -->
<owl:DatatypeProperty rdf:about="&pfd;teethVisible">
<rdfs:range rdf:resource="&xsd;boolean"/>
<dct:bibliographicCitation xml:lang="en">"Visible," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/visible. [Accessed: 23-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">teeth visible</rdfs:label>
<skos:definition xml:lang="en">relates the visiblity of teeth to features of the mouth</skos:definition>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- &obo;UBERON_0000004 -->
<owl:Class rdf:about="&obo;UBERON_0000004">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0001444"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;BFO_0000050"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0001456"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;hasShape"/>
<owl:someValuesFrom rdf:resource="&pfd;NoseShape"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;hasSize"/>
<owl:someValuesFrom rdf:resource="&pfd;Size"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:UBPROP_0000001 rdf:datatype="&xsd;string">Organ that is the specialized structure of the face that contains olfactory neurons. The peripheral olfactory organ is paired[ZFA:0000047].</obo:UBPROP_0000001>
<obo:UBPROP_0000001 rdf:datatype="&xsd;string">a protuberance in vertebrates that houses the nostrils, or nares, which admit and expel air for respiration in conjunction with the mouth. Behind the nose are the olfactory mucosa and the sinuses. Behind the nasal cavity, air next passes through the pharynx, shared with the digestive system, and then into the rest of the respiratory system. In humans, the nose is located centrally on the face; on most other mammals, it is on the upper tip of the snout[WP]. GO: The nose is the specialized structure of the face that serves as the organ of the sense of smell and as part of the respiratory system. Includes the nasi externus (external nose) and cavitas nasi (nasal cavity)[Wikipedia:Nose].</obo:UBPROP_0000001>
<rdfs:label rdf:datatype="&xsd;string">olfactory apparatus</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0000020 -->
<owl:Class rdf:about="&obo;UBERON_0000020">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0000062"/>
<obo:IAO_0000115 rdf:datatype="&xsd;string">An organ that is capable of transducing sensory stimulus to the nervous system.</obo:IAO_0000115>
<rdfs:label rdf:datatype="&xsd;string">sense organ</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0000033 -->
<owl:Class rdf:about="&obo;UBERON_0000033">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0011676"/>
<obo:IAO_0000115 rdf:datatype="&xsd;string">The head is the anterior-most division of the body [GO].</obo:IAO_0000115>
<obo:UBPROP_0000001 rdf:datatype="&xsd;string">Organism subdivision that is the part of the body consisting of the cranial and pharyngeal regions.[AAO]</obo:UBPROP_0000001>
<obo:UBPROP_0000001 rdf:datatype="&xsd;string">Organism subdivision which is the part of the body which consists of the cranial and pharygeal regions.[TAO]</obo:UBPROP_0000001>
<obo:UBPROP_0000003 rdf:datatype="&xsd;string">Vertebrate evolution has been characterized by a fresh and vast array of cranial structures that collectively form the head.[well established][VHOG]</obo:UBPROP_0000003>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">head (volume)</oboInOwl:hasExactSynonym>
<oboInOwl:hasNarrowSynonym rdf:datatype="&xsd;string">adult head</oboInOwl:hasNarrowSynonym>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">cephalic area</oboInOwl:hasRelatedSynonym>
<rdfs:label rdf:datatype="&xsd;string">head</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0000062 -->
<owl:Class rdf:about="&obo;UBERON_0000062">
<obo:IAO_0000115 rdf:datatype="&xsd;string">Anatomical structure that performs a specific function or group of functions [WP].</obo:IAO_0000115>
<rdfs:label rdf:datatype="&xsd;string">organ</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0000165 -->
<owl:Class rdf:about="&obo;UBERON_0000165">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0001444"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;hasSize"/>
<owl:someValuesFrom rdf:resource="&pfd;Size"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;hasVisualFeature"/>
<owl:someValuesFrom rdf:resource="&pfd;MouthOpenState"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:UBPROP_0000001 rdf:datatype="&xsd;string">Cavity in which food is initially ingested and generally contains teeth, tongue and glands.[AAO]</obo:UBPROP_0000001>
<obo:UBPROP_0000003 rdf:datatype="&xsd;string">Molecular and developmental cell lineage data suggest that the acoel mouth opening is homologous to the mouth of protostomes and deuterostomes and that the last common ancestor of the Bilateria (the 'urbilaterian') had only this single digestive opening.[well established][VHOG]</obo:UBPROP_0000003>
<obo:UBPROP_0000007 rdf:datatype="&xsd;string">oral</obo:UBPROP_0000007>
<obo:UBPROP_0000011 rdf:datatype="&xsd;string">some AOs place this as developing from the stomodeum but we weaken this to developmental contribution, as the mouth includes non-ectodermal derivatives</obo:UBPROP_0000011>
<obo:UBPROP_0000012 rdf:datatype="&xsd;string">in FMA, the tongue, palate etc are part of the mouth which is itself a subdivision of the face. ZFA includes a separate class 'oral region' which is part of the mouth, but excludes tongue and lips</obo:UBPROP_0000012>
<rdfs:label rdf:datatype="&xsd;string">mouth</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0000475 -->
<owl:Class rdf:about="&obo;UBERON_0000475">
<obo:IAO_0000115 rdf:datatype="&xsd;string">Anatomical structure which is a subdivision of a whole organism, consisting of components of multiple anatomical systems, largely surrounded by a contiguous region of integument.</obo:IAO_0000115>
<rdfs:label rdf:datatype="&xsd;string">organism subdivision</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0000970 -->
<owl:Class rdf:about="&obo;UBERON_0000970">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0000020"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;BFO_0000050"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0004088"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 rdf:datatype="&xsd;string">An organ that detects light.</obo:IAO_0000115>
<obo:IAO_0000232 rdf:datatype="&xsd;string">This class encompasses a variety of light-detecting structures from different phyla with no implication of homology, from the compound insect eye to the vertebrate camera-type eye (distinct classes are provided for each)</obo:IAO_0000232>
<rdfs:label rdf:datatype="&xsd;string">eye</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0001444 -->
<owl:Class rdf:about="&obo;UBERON_0001444">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0000475"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;BFO_0000050"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0000033"/>
</owl:Restriction>
</rdfs:subClassOf>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">head region</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">head subdivision</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">region of head</oboInOwl:hasExactSynonym>
<rdfs:label rdf:datatype="&xsd;string">subdivision of head</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0001456 -->
<owl:Class rdf:about="&obo;UBERON_0001456">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0001444"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;BFO_0000051"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0000165"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;RO_0002433"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0000033"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;hasShape"/>
<owl:someValuesFrom rdf:resource="&pfd;FaceShape"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;hasVisualFeature"/>
<owl:someValuesFrom rdf:resource="&pfd;FacialExpression"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;isBaggy"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="&xsd;boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;isOpen"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="&xsd;boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 rdf:datatype="&xsd;string">A subdivision of the head that has as parts the layers deep to the surface of the anterior surface, including the mouth, eyes, and olfactory apparatus (when present). In vertebrates, this includes the facial skeleton and structures superficial to the facial skeleton (cheeks, mouth, eyeballs, skin of face, etc).</obo:IAO_0000115>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">facia/facies</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">visage</oboInOwl:hasRelatedSynonym>
<rdfs:label rdf:datatype="&xsd;string">face</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0001567 -->
<owl:Class rdf:about="&obo;UBERON_0001567">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0001444"/>
<obo:IAO_0000115 rdf:datatype="&xsd;string">A fleshy subdivision of one side of the face bounded by an eye, ear and the nose.</obo:IAO_0000115>
<obo:UBPROP_0000001 rdf:datatype="&xsd;string">Surface structure that includes the scales, skin, and muscles that are located ventral and posterior to the eye.[TAO]</obo:UBPROP_0000001>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">buccae</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">jowl</oboInOwl:hasRelatedSynonym>
<rdfs:label rdf:datatype="&xsd;string">cheek</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0001690 -->
<owl:Class rdf:about="&obo;UBERON_0001690">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0000020"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;BFO_0000050"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0001691"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:UBPROP_0000003 rdf:datatype="&xsd;string">Both vertebrate and invertebrate auditory organs are thought to have evolved from primitive mechanosensors, but the nature of the ancestral structure and the evolutionary trajectories followed in distinct animal lineages remain unknown. In particular, we do not know how many types of mechanosensor existed in the protostome-deuterostome ancestor from which insects and vertebrates evolved or whether the PDA had an auditory organ.[well established][VHOG]</obo:UBPROP_0000003>
<rdfs:label rdf:datatype="&xsd;string">ear</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0001691 -->
<owl:Class rdf:about="&obo;UBERON_0001691">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0001444"/>
<obo:IAO_0000115 rdf:datatype="&xsd;string">Part of the ear external to the tympanum (eardrum). It typically consists of a tube (the external auditory meatus) that directs sound waves on to the tympanum, and may also include the external pinna, which extends beyond the skull[GO].</obo:IAO_0000115>
<rdfs:label rdf:datatype="&xsd;string">external ear</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0002268 -->
<owl:Class rdf:about="&obo;UBERON_0002268">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0000020"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;BFO_0000050"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0000004"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 rdf:datatype="&xsd;string">An organ that houses olfactory neurons and is responsible for the sense of smell. Examples include the vertebrate nose and the Drosophila dorsal organ.</obo:IAO_0000115>
<obo:IAO_0000116 rdf:datatype="&xsd;string">An olfactory organ overlaps with the olfactory system, because some parts of the nose (e.g. nasal skeleton) are parts of the skeletal system, which is spatially disjoint</obo:IAO_0000116>
<rdfs:label rdf:datatype="&xsd;string">olfactory organ</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0004088 -->
<owl:Class rdf:about="&obo;UBERON_0004088">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0001444"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;BFO_0000050"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0001456"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 rdf:datatype="&xsd;string">The subdivision of the face that includes the eye (eyeball plus adnexa such as eyelids) and the orbit of the skull and associated parts of the face such as the eyebrows, if present</obo:IAO_0000115>
<obo:IAO_0000116 rdf:datatype="&xsd;string">note the FMA class is more narrow though, and is more like eye + muscles + vasculature. The FMA also has FMA:72951 orbital part of eye</obo:IAO_0000116>
<rdfs:label rdf:datatype="&xsd;string">orbital region</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0008199 -->
<owl:Class rdf:about="&obo;UBERON_0008199">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0001444"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;BFO_0000050"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0001456"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 rdf:datatype="&xsd;string">A subdivision of the face that is the anteriormost part of the lower jaw region.</obo:IAO_0000115>
<obo:UBPROP_0000001 rdf:datatype="&xsd;string">Surface structure that is the anteriormost region of the lower jaw.[TAO]</obo:UBPROP_0000001>
<rdfs:label rdf:datatype="&xsd;string">chin</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0008200 -->
<owl:Class rdf:about="&obo;UBERON_0008200">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0001444"/>
<obo:IAO_0000115 rdf:datatype="&xsd;string">The part of the face above the eyes[MESH]. In human anatomy, the forehead is the fore part of the head. It is, formally, an area of the head bounded by three features, two of the skull and one of the scalp. The top of the forehead is marked by the hairline, the edge of the area where hair on the scalp grows. The bottom of the forehead is marked by the supraorbital ridge, the bone feature of the skull above the eyes. The two sides of the forehead are marked by the temporal ridge, a bone feature that links the supraorbital ridge to the coronal suture line and beyond[WP].</obo:IAO_0000115>
<rdfs:label rdf:datatype="&xsd;string">forehead</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_0011676 -->
<owl:Class rdf:about="&obo;UBERON_0011676">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0000475"/>
<obo:IAO_0000115 rdf:datatype="&xsd;string">
A major subdivision of an organism that divides an organism along its main body axis (typically anterio-posterior axis). In vertebrates, this is based on the vertebral column.
</obo:IAO_0000115>
<rdfs:label rdf:datatype="&xsd;string">subdivision of organism along main body axis</rdfs:label>
</owl:Class>
<!-- &obo;UBERON_1000021 -->
<owl:Class rdf:about="&obo;UBERON_1000021">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0000020"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;BFO_0000050"/>
<owl:someValuesFrom rdf:resource="&obo;UBERON_0001456"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;hasVisualFeature"/>
<owl:someValuesFrom rdf:resource="&pfd;Finish"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;hasVisualFeature"/>
<owl:someValuesFrom rdf:resource="&pfd;SkinTone"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 rdf:datatype="&xsd;string">A zone of skin that is part of the face.</obo:IAO_0000115>
<rdfs:label rdf:datatype="&xsd;string">skin of face</rdfs:label>
</owl:Class>
<!-- &pfd;AgeRange -->
<owl:Class rdf:about="&pfd;AgeRange">
<rdfs:subClassOf rdf:resource="&pfd;Demographic"/>
<dct:bibliographicCitation xml:lang="en">N. Geifman and E. Rubin, "The Age-Phenome Knowledgebase: an example to handling ab-straction and expressiveness in a knowledge domain."</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">age range</rdfs:label>
<skos:definition xml:lang="en">how many years old a person is</skos:definition>
</owl:Class>
<!-- &pfd;Baby -->
<owl:Class rdf:about="&pfd;Baby">
<rdfs:subClassOf rdf:resource="&pfd;AgeRange"/>
<dct:bibliographicCitation xml:lang="en">N. Geifman and E. Rubin, "The Age-Phenome Knowledgebase: an example to handling ab-straction and expressiveness in a knowledge domain."</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">baby</rdfs:label>
<skos:definition xml:lang="en">person from age 0 to 1 years old</skos:definition>
</owl:Class>
<!-- &pfd;Child -->
<owl:Class rdf:about="&pfd;Child">
<rdfs:subClassOf rdf:resource="&pfd;AgeRange"/>
<dct:bibliographicCitation xml:lang="en">N. Geifman and E. Rubin, "The Age-Phenome Knowledgebase: an example to handling ab-straction and expressiveness in a knowledge domain."</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">child</rdfs:label>
<skos:definition xml:lang="en">person from age 1 to 5 years old</skos:definition>
</owl:Class>
<!-- &pfd;Chubby -->
<owl:Class rdf:about="&pfd;Chubby">
<rdfs:subClassOf rdf:resource="&pfd;WeightRange"/>
<dct:bibliographicCitation xml:lang="en">"Chubby," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/chubby. [Accessed: 23-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">chubby</rdfs:label>
<skos:definition xml:lang="en">categorized as "chubby" by the LFW tags</skos:definition>
</owl:Class>
<!-- &pfd;Color -->
<owl:Class rdf:about="&pfd;Color">
<rdfs:subClassOf rdf:resource="&pfd;VisualDescriptor"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;hasRGB"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="&xsd;string"/>
</owl:Restriction>
</rdfs:subClassOf>
<dct:bibliographicCitation xml:lang="en">"Color," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/color. [Accessed: 23-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">color</rdfs:label>
<skos:definition xml:lang="en">a phenomenon of light (such as red, brown, pink, or gray) or visual perception that enables one to differentiate otherwise identical objects</skos:definition>
</owl:Class>
<!-- &pfd;Demographic -->
<owl:Class rdf:about="&pfd;Demographic">
<dct:bibliographicCitation xml:lang="en">"demographics| Definition of wavy in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/demographics. [Accessed: 28-Oct-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>demographic</rdfs:label>
<skos:definition>statistical data relating to the population and particular groups within it</skos:definition>
</owl:Class>
<!-- &pfd;Ethnicity -->
<owl:Class rdf:about="&pfd;Ethnicity">
<rdfs:subClassOf rdf:resource="&pfd;Demographic"/>
<dct:bibliographicCitation xml:lang="en">"Ethnicity," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/ethnicity. [Accessed: 23-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">ethnicity</rdfs:label>
<skos:definition xml:lang="en">the ethnicity of the individual in the photo</skos:definition>
</owl:Class>
<!-- &pfd;EyeColor -->
<owl:Class rdf:about="&pfd;EyeColor">
<owl:equivalentClass>
<owl:Class>
<owl:oneOf rdf:parseType="Collection">
<rdf:Description rdf:about="&pfd;Brown"/>
</owl:oneOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&pfd;Color"/>
<dct:bibliographicCitation xml:lang="en">"Eye Color," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/eye%20color. [Accessed: 23-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">eye color</rdfs:label>
<skos:definition xml:lang="en">the color of the iris of an eye</skos:definition>
</owl:Class>
<!-- &pfd;FaceShape -->
<owl:Class rdf:about="&pfd;FaceShape">
<rdfs:subClassOf rdf:resource="&pfd;VisualDescriptor"/>
<dct:bibliographicCitation xml:lang="en">"Shape," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/shape. [Accessed: 23-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 shape</rdfs:label>
<skos:definition xml:lang="en">the shape of the subject's face</skos:definition>
</owl:Class>
<!-- &pfd;FacialExpression -->
<owl:Class rdf:about="&pfd;FacialExpression">
<rdfs:subClassOf rdf:resource="&pfd;VisualDescriptor"/>
<dct:bibliographicCitation xml:lang="en">"Expression," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/expression. [Accessed: 23-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">facial expression</rdfs:label>
<skos:definition xml:lang="en">the expression the subject is making in the photo</skos:definition>
</owl:Class>
<!-- &pfd;Feminine -->
<owl:Class rdf:about="&pfd;Feminine">
<rdfs:subClassOf rdf:resource="&pfd;GenderExpression"/>
<owl:disjointWith rdf:resource="&pfd;Masculine"/>
<dct:bibliographicCitation xml:lang="en">"Feminine," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/feminine. [Accessed: 09-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">feminine</rdfs:label>
<skos:definition xml:lang="en">categorized as "female" by the LFW tags</skos:definition>
</owl:Class>
<!-- &pfd;Finish -->
<owl:Class rdf:about="&pfd;Finish">
<rdfs:subClassOf rdf:resource="&pfd;VisualDescriptor"/>
<dct:bibliographicCitation xml:lang="en">"Finish," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/finish. [Accessed: 09-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">finish</rdfs:label>
<skos:definition xml:lang="en">the refelectivness of a material</skos:definition>
</owl:Class>
<!-- &pfd;ForheadVisibility -->
<owl:Class rdf:about="&pfd;ForheadVisibility">
<rdfs:subClassOf rdf:resource="&pfd;VisualDescriptor"/>
<dct:bibliographicCitation xml:lang="en">"Visibility," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/visibility. [Accessed: 23-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">forehead visibility</rdfs:label>
<skos:definition xml:lang="en">amount of the subject's forehead that can be seen in the photo</skos:definition>
</owl:Class>
<!-- &pfd;Frowning -->
<owl:Class rdf:about="&pfd;Frowning">
<rdfs:subClassOf rdf:resource="&pfd;FacialExpression"/>
<owl:disjointWith rdf:resource="&pfd;Smiling"/>
<dct:bibliographicCitation xml:lang="en">"Frown," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/frowning. [Accessed: 23-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">frowning</rdfs:label>
<skos:definition xml:lang="en">the subject's mouth is in the shape of a frown</skos:definition>
</owl:Class>
<!-- &pfd;Frowning -->
<owl:Class rdf:about="&pfd;ArchedEyebrow">
<rdfs:subClassOf rdf:resource="&pfd;FacialExpression"/>
<dct:bibliographicCitation xml:lang="en">"Raise An Eyebrow," Collins. [Online]. Available: https://www.collinsdictionary.com/us/dictionary/english/raise-an-eyebrow. [Accessed: 23-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">arched eyebrow</rdfs:label>
<skos:definition xml:lang="en">to look quizzical or surprised</skos:definition>
</owl:Class>
<!-- &pfd;GenderExpression -->
<owl:Class rdf:about="&pfd;GenderExpression">
<rdfs:subClassOf rdf:resource="&pfd;Demographic"/>
<dct:bibliographicCitation xml:lang="en">"Gender Expression," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/gender%20expression. [Accessed: 23-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">TWed Talk: Katie Chastain on "Breaking the Gender Schema" (6p, 24 Oct), 24-Oct-2018. [Online]. Available: https://www.youtube.com/watch?v=OQsXqJBZ3mQ. [Accessed: 28-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">gender expression</rdfs:label>
<skos:definition xml:lang="en">the physical and behavioral manifestations of one's gender identity</skos:definition>
</owl:Class>
<!-- &pfd;HighCheekbones -->
<owl:Class rdf:about="&pfd;HighCheekbones">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0001567"/>
<owl:disjointWith rdf:resource="&pfd;RosyCheeks"/>
<dct:bibliographicCitation 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: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">high cheekbones</rdfs:label>
<skos:definition xml:lang="en">the subject's cheeks are labeled as high</skos:definition>
</owl:Class>
<!-- &pfd;Masculine -->
<owl:Class rdf:about="&pfd;Masculine">
<rdfs:subClassOf rdf:resource="&pfd;GenderExpression"/>
<dct:bibliographicCitation xml:lang="en">"Masculine," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/masculine. [Accessed: 09-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">masculine</rdfs:label>
<skos:definition xml:lang="en">categorized as "male" by the LFW tags</skos:definition>
</owl:Class>
<!-- &pfd;MiddleAged -->
<owl:Class rdf:about="&pfd;MiddleAged">
<rdfs:subClassOf rdf:resource="&pfd;AgeRange"/>
<dct:bibliographicCitation xml:lang="en">N. Geifman and E. Rubin, "The Age-Phenome Knowledgebase: an example to handling ab-straction and expressiveness in a knowledge domain."</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">middle aged</rdfs:label>
<skos:definition xml:lang="en">person from age 45 to 64</skos:definition>
</owl:Class>
<!-- &pfd;MouthOpenState -->
<owl:Class rdf:about="&pfd;MouthOpenState">
<rdfs:subClassOf rdf:resource="&pfd;VisualDescriptor"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;teethVisible"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="&xsd;boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<dct:bibliographicCitation xml:lang="en">"Open," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/open. [Accessed: 23-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">mouth open state</rdfs:label>
<skos:definition xml:lang="en">the state of how open the subject's mouth is</skos:definition>
</owl:Class>
<!-- &pfd;NarrowEyes -->
<owl:Class rdf:about="&pfd;NarrowEyes">
<rdfs:subClassOf rdf:resource="&pfd;FacialExpression"/>
<dct:bibliographicCitation xml:lang="en">"Narrow," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/narrow. [Accessed: 23-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">narrow eyes</rdfs:label>
<skos:definition xml:lang="en">the subject's eyes appear narrow</skos:definition>
</owl:Class>
<!-- &pfd;NoseShape -->
<owl:Class rdf:about="&pfd;NoseShape">
<rdfs:subClassOf rdf:resource="&pfd;VisualDescriptor"/>
<dct:bibliographicCitation xml:lang="en">"Shape," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/shape. [Accessed: 23-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">nose shape</rdfs:label>
<skos:definition xml:lang="en">having a pointy tip or end</skos:definition>
</owl:Class>
<!-- &pfd;Person -->
<owl:Class rdf:about="&pfd;Person">
<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-agt;AutonomousAgent"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&pfd;hasDemographic"/>
<owl:someValuesFrom rdf:resource="&pfd;Demographic"/>
</owl:Restriction>
</rdfs:subClassOf>
<dct:bibliographicCitation xml:lang="en">"Person," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/person. [Accessed: 23-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">person</rdfs:label>
<skos:definition xml:lang="en">human being</skos:definition>
</owl:Class>
<!-- &pfd;RosyCheeks -->
<owl:Class rdf:about="&pfd;RosyCheeks">
<rdfs:subClassOf rdf:resource="&obo;UBERON_0001567"/>
<dct:bibliographicCitation xml:lang="en">Fletcher, Jenna. "Rosy Cheeks: Causes and What to Do." Medical News Today, MediLexicon International, www.medicalnewstoday.com/articles/322808.php.</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">rosy cheeks</rdfs:label>
<skos:definition xml:lang="en">the subject's cheeks appear rosy</skos:definition>
</owl:Class>
<!-- &pfd;Senior -->
<owl:Class rdf:about="&pfd;Senior">
<rdfs:subClassOf rdf:resource="&pfd;AgeRange"/>
<dct:bibliographicCitation xml:lang="en">N. Geifman and E. Rubin, "The Age-Phenome Knowledgebase: an example to handling ab-straction and expressiveness in a knowledge domain."</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">senior</rdfs:label>
<skos:definition xml:lang="en">person from 65 and up</skos:definition>
</owl:Class>
<!-- &pfd;Size -->
<owl:Class rdf:about="&pfd;Size">
<rdfs:subClassOf rdf:resource="&pfd;VisualDescriptor"/>
<dct:bibliographicCitation xml:lang="en">"Size," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/size. [Accessed: 23-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">size</rdfs:label>
<skos:definition xml:lang="en">how large an object is</skos:definition>
</owl:Class>
<!-- &pfd;SkinTone -->
<owl:Class rdf:about="&pfd;SkinTone">
<rdfs:subClassOf rdf:resource="&pfd;VisualDescriptor"/>
<dct:bibliographicCitation xml:lang="en">"Tone," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/tone. [Accessed: 23-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">skin tone</rdfs:label>
<skos:definition xml:lang="en">the realtive color</skos:definition>
</owl:Class>
<!-- &pfd;Skinny -->
<owl:Class rdf:about="&pfd;Skinny">
<rdfs:subClassOf rdf:resource="&pfd;WeightRange"/>
<dct:bibliographicCitation xml:lang="en">"Skinny," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/skinny. [Accessed: 23-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>skinny</rdfs:label>
<skos:definition>categorized as "skinny" by the LFW tags</skos:definition>
</owl:Class>
<!-- &pfd;Smiling -->
<owl:Class rdf:about="&pfd;Smiling">
<rdfs:subClassOf rdf:resource="&pfd;FacialExpression"/>
<dct:bibliographicCitation xml:lang="en">"Smiling," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/smiling. [Accessed: 23-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">smiling</rdfs:label>
<skos:definition xml:lang="en">the subject's mouth is in the shape of a smile</skos:definition>
</owl:Class>
<!-- &pfd;VisualDescriptor -->
<owl:Class rdf:about="&pfd;VisualDescriptor">
<dct:bibliographicCitation rdf:datatype="&xsd;string">J. Stauder, J. Sirot, H. Le Borgne, E. Cooke, and N. E. O’Connor "Relatingvisual and semantic image descriptors," 2004.</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">N. Kumar, A. Berg, P. N. Belhumeur, and S. Nayar, "Describable visual attributes for face verification and image search," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 33, no. 10, pp. 1962–1977, 2011.</dct:source>
<rdfs:label rdf:datatype="&xsd;string">visual descriptor</rdfs:label>
<skos:definition rdf:datatype="&xsd;string">defines the syntax and the semantics of an elementary feature, which may be low-level or high-level</skos:definition>
</owl:Class>
<!-- &pfd;WeightRange -->
<owl:Class rdf:about="&pfd;WeightRange">
<rdfs:subClassOf rdf:resource="&pfd;Demographic"/>
<dct:bibliographicCitation xml:lang="en">"Range." Merriam-Webster, Merriam-Webster, www.merriam-webster.com/dictionary/range.</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">weight range</rdfs:label>
<skos:definition xml:lang="en">subjective labels given by the tags for LFW</skos:definition>
</owl:Class>
<!-- &pfd;Youth -->
<owl:Class rdf:about="&pfd;Youth">
<rdfs:subClassOf rdf:resource="&pfd;AgeRange"/>
<dct:bibliographicCitation xml:lang="en">N. Geifman and E. Rubin, "The Age-Phenome Knowledgebase: an example to handling ab-straction and expressiveness in a knowledge domain."</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">youth</rdfs:label>
<skos:definition xml:lang="en">person from age 5 to 17 years old</skos:definition>
</owl:Class>
<!-- &pfd;Asian -->
<owl:Class rdf:about="&pfd;Asian">