-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOE_X_HairOntology.rdf
465 lines (333 loc) · 29.5 KB
/
OE_X_HairOntology.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
<?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 ho "https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/HairOntology/" >
<!ENTITY sm "http://www.omg.org/techprocess/ab/SpecificationMetadata/" >
]>
<rdf:RDF xml:base="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/HairOntology/"
xmlns:ho="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/HairOntology/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
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:sm="http://www.omg.org/techprocess/ab/SpecificationMetadata/"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<owl:Ontology rdf:about="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/HairOntology/">
<owl:versionIRI rdf:resource="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/HairOntology/1.0.4"/>
<owl:imports rdf:resource="http://www.omg.org/techprocess/ab/SpecificationMetadata/"/>
<owl:imports rdf:resource="http://www.w3.org/2004/02/skos/core"/>
<dct:creator xml:lang="en">Andrew Gaudet</dct:creator>
<dct:modified>12/13/2018</dct:modified>
<dct:publisher xml:lang="en">FRMA Team</dct:publisher>
<rdfs:label xml:lang="en">Hair Ontology</rdfs:label>
<owl:priorVersion rdf:datatype="&xsd;string">http://tw.rpi.edu/media/latest/OE_12_HairOntology.rdf</owl:priorVersion>
<skos:changeNote rdf:datatype="&xsd;string">Converted hair colors to individuals and added copyright/license info.</skos:changeNote>
<skos:definition xml:lang="en">an ontology to describe the hair a person may have on their head and/or face</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
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- &ho;hasHairColor -->
<owl:ObjectProperty rdf:about="&ho;hasHairColor">
<rdfs:domain rdf:resource="&ho;Hair"/>
<rdfs:range rdf:resource="&ho;HairColor"/>
<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">has hair color</rdfs:label>
<skos:definition xml:lang="en">relates hair to its color</skos:definition>
</owl:ObjectProperty>
<!-- &ho;hasHaircut -->
<owl:ObjectProperty rdf:about="&ho;hasHaircut">
<rdfs:domain rdf:resource="&ho;HeadHair"/>
<rdfs:range rdf:resource="&ho;Haircut"/>
<dct:bibliographicCitation xml:lang="en">"Hairdo," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/hairdo. [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">has haircut</rdfs:label>
<skos:definition xml:lang="en">relates hair to its length</skos:definition>
</owl:ObjectProperty>
<!-- &ho;hasTexture -->
<owl:ObjectProperty rdf:about="&ho;hasTexture">
<rdfs:domain rdf:resource="&ho;HeadHair"/>
<rdfs:range rdf:resource="&ho;HairTexture"/>
<dct:bibliographicCitation xml:lang="en">"Texture," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/texture. [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">has texture</rdfs:label>
<skos:definition xml:lang="en">relates hair to its texture</skos:definition>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- &ho;Bald -->
<owl:Class rdf:about="&ho;Bald">
<rdfs:subClassOf rdf:resource="&ho;Balding"/>
<owl:disjointWith rdf:resource="&ho;RecedingHairline"/>
<dct:bibliographicCitation xml:lang="en">"bald| Definition of bald in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/bald. [Accessed: 13-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">bald</rdfs:label>
<skos:definition xml:lang="en">having a scalp wholly lacking hair</skos:definition>
</owl:Class>
<!-- &ho;Balding -->
<owl:Class rdf:about="&ho;Balding">
<rdfs:subClassOf rdf:resource="&ho;Haircut"/>
<owl:disjointWith rdf:resource="&ho;LongHair"/>
<dct:bibliographicCitation xml:lang="en">"balding| Definition of balding in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/balding. [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">balding</rdfs:label>
<skos:definition xml:lang="en">in the process of losing one's hair</skos:definition>
</owl:Class>
<!-- &ho;Bangs -->
<owl:Class rdf:about="&ho;Bangs">
<rdfs:subClassOf rdf:resource="&ho;LongHair"/>
<dct:bibliographicCitation xml:lang="en">"bang | Definition of bang in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/bang. [Accessed: 23-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">F. Schroff, D. Kalenichenko, and J. Philbin, "Facenet: A unified embedding for face recognition and clustering," in Proceedings of the IEEE conference on computer vision and pattern recognition , 2015, pp. 815–823.</dct:source>
<rdfs:label xml:lang="en">bangs</rdfs:label>
<skos:definition xml:lang="en">fringe of hair cut straight across the forehead</skos:definition>
</owl:Class>
<!-- &ho;Beard -->
<owl:Class rdf:about="&ho;Beard">
<rdfs:subClassOf rdf:resource="&ho;FacialHair"/>
<dct:bibliographicCitation xml:lang="en">"beard | Definition of beard in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/beard. [Accessed: 13-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">beard</rdfs:label>
<skos:definition xml:lang="en">growth of hair on the chin and lower cheeks of a man's face</skos:definition>
</owl:Class>
<!-- &ho;BlackHair -->
<owl:NamedIndividual rdf:about="&ho;BlackHair">
<rdf:type rdf:resource="&ho;HairColor"/>
<dct:bibliographicCitation xml:lang="en">"black| Definition of black in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/black. [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">black hair</rdfs:label>
<skos:definition xml:lang="en">hair of the very darkest colour owing to the absence of or complete absorption of light</skos:definition>
</owl:NamedIndividual>
<!-- &ho;BlondHair -->
<owl:NamedIndividual rdf:about="&ho;BlondHair">
<rdf:type rdf:resource="&ho;HairColor"/>
<dct:bibliographicCitation xml:lang="en">"blonde| Definition of blonde in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/blonde. [Accessed: 13-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">blond hair</rdfs:label>
<skos:definition xml:lang="en">fair or pale yellow hair</skos:definition>
</owl:NamedIndividual>
<!-- &ho;BrownHair -->
<owl:NamedIndividual rdf:about="&ho;BrownHair">
<rdf:type rdf:resource="&ho;HairColor"/>
<dct:bibliographicCitation xml:lang="en">"brown| Definition of brown in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/brown. [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">brown hair</rdfs:label>
<skos:definition xml:lang="en">hair of a colour produced by mixing red, yellow, and blue, as of dark wood or rich soil</skos:definition>
</owl:NamedIndividual>
<!-- &ho;BushyEyebrows -->
<owl:Class rdf:about="&ho;BushyEyebrows">
<rdfs:subClassOf rdf:resource="&ho;Eyebrows"/>
<dct:bibliographicCitation xml:lang="en">"bushy| Definition of bushy in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/bushy. [Accessed: 13-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">bushy eyebrows</rdfs:label>
<skos:definition xml:lang="en">eyebrows that are growing thickly</skos:definition>
</owl:Class>
<!-- &ho;CurlyHair -->
<owl:Class rdf:about="&ho;CurlyHair">
<rdfs:subClassOf rdf:resource="&ho;HairTexture"/>
<owl:disjointWith rdf:resource="&ho;StraightHair"/>
<owl:disjointWith rdf:resource="&ho;WavyHair"/>
<dct:bibliographicCitation xml:lang="en">"curly | Definition of curly in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/curly. [Accessed: 18-Oct-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">F. Schroff, D. Kalenichenko, and J. Philbin, "Facenet: A unified embedding for face recognition and clustering," in Proceedings of the IEEE conference on computer vision and pattern recognition , 2015, pp. 815–823.</dct:source>
<rdfs:label xml:lang="en">curly hair</rdfs:label>
<skos:definition xml:lang="en">hair that is arranged in curls or curves</skos:definition>
</owl:Class>
<!-- &ho;Eyebrows -->
<owl:Class rdf:about="&ho;Eyebrows">
<rdfs:subClassOf rdf:resource="&ho;FacialHair"/>
<dct:bibliographicCitation xml:lang="en">"Eyebrow," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/eyebrow. [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">eyebrows</rdfs:label>
<skos:definition xml:lang="en">ridges over the eyes or the hair growing usually in lines or arches on the skin over them</skos:definition>
</owl:Class>
<!-- &ho;FacialHair -->
<owl:Class rdf:about="&ho;FacialHair">
<rdfs:subClassOf rdf:resource="&ho;Hair"/>
<owl:disjointWith rdf:resource="&ho;HeadHair"/>
<dct:bibliographicCitation xml:lang="en">"facial hair | Definition of facial hair in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/facial_hair. [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 hair</rdfs:label>
<skos:definition xml:lang="en">growth of hair on a man's chin, cheeks, or upper lip</skos:definition>
</owl:Class>
<!-- &ho;FiveOClockShadow -->
<owl:Class rdf:about="&ho;FiveOClockShadow">
<rdfs:subClassOf rdf:resource="&ho;Beard"/>
<dct:bibliographicCitation xml:lang="en">"Five o'clock shadow," Dictionary.com. [Online]. Available: https://www.dictionary.com/browse/five-o-clock-shadow. [Accessed: 13-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">five o clock shadow</rdfs:label>
<skos:definition xml:lang="en">dark stubble that appears on a man's face some hours after shaving</skos:definition>
</owl:Class>
<!-- &ho;Goatee -->
<owl:Class rdf:about="&ho;Goatee">
<rdfs:subClassOf rdf:resource="&ho;Beard"/>
<dct:bibliographicCitation xml:lang="en">"goatee| Definition of goatee in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/goatee. [Accessed: 13-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">goatee</rdfs:label>
<skos:definition xml:lang="en">small pointed beard like that of a goat</skos:definition>
</owl:Class>
<!-- &ho;GrayHair -->
<owl:NamedIndividual rdf:about="&ho;GrayHair">
<rdf:type rdf:resource="&ho;HairColor"/>
<dct:bibliographicCitation xml:lang="en">"grey| Definition of grey in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/grey. [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">gray hair</rdfs:label>
<skos:definition xml:lang="en">hair of a colour intermediate between black and white, as of ashes or lead</skos:definition>
</owl:NamedIndividual>
<!-- &ho;Hair -->
<owl:Class rdf:about="&ho;Hair">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&ho;hasHairColor"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="&ho;HairColor"/>
</owl:Restriction>
</rdfs:subClassOf>
<dct:bibliographicCitation xml:lang="en">"hair | Definition of hair in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/hair. [Accessed: 18-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">hair</rdfs:label>
<skos:definition xml:lang="en">fine threadlike strands growing from a person's skin</skos:definition>
</owl:Class>
<!-- &ho;HairColor -->
<owl:Class rdf:about="&ho;HairColor">
<owl:equivalentClass>
<owl:Class>
<owl:oneOf rdf:parseType="Collection">
<rdf:Description rdf:about="&ho;BlackHair"/>
<rdf:Description rdf:about="&ho;BlondHair"/>
<rdf:Description rdf:about="&ho;BrownHair"/>
<rdf:Description rdf:about="&ho;GrayHair"/>
</owl:oneOf>
</owl:Class>
</owl:equivalentClass>
<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">F. Schroff, D. Kalenichenko, and J. Philbin, "Facenet: A unified embedding for face recognition and clustering," in Proceedings of the IEEE conference on computer vision and pattern recognition , 2015, pp. 815–823.</dct:source>
<rdfs:label xml:lang="en">hair color</rdfs:label>
<skos:definition xml:lang="en">aspect of the appearance of hair that may be described in terms of hue, lightness, and saturation</skos:definition>
</owl:Class>
<!-- &ho;HairTexture -->
<owl:Class rdf:about="&ho;HairTexture">
<dct:bibliographicCitation xml:lang="en">"Texture," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/texture. [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">hair texture</rdfs:label>
<skos:definition xml:lang="en">visual or tactile surface characteristics and appearance of hair</skos:definition>
</owl:Class>
<!-- &ho;Haircut -->
<owl:Class rdf:about="&ho;Haircut">
<dct:bibliographicCitation xml:lang="en">"Hairdo," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/hairdo. [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">haircut</rdfs:label>
<skos:definition xml:lang="en">way of wearing hair</skos:definition>
</owl:Class>
<!-- &ho;HeadHair -->
<owl:Class rdf:about="&ho;HeadHair">
<rdfs:subClassOf rdf:resource="&ho;Hair"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&ho;hasHaircut"/>
<owl:someValuesFrom rdf:resource="&ho;Haircut"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&ho;hasTexture"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="&ho;HairTexture"/>
</owl:Restriction>
</rdfs:subClassOf>
<dct:bibliographicCitation xml:lang="en">"head of hair | Definition of head of hair in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/head_of_hair. [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">head hair</rdfs:label>
<skos:definition xml:lang="en">hair on a person's head</skos:definition>
</owl:Class>
<!-- &ho;LongHair -->
<owl:Class rdf:about="&ho;LongHair">
<rdfs:subClassOf rdf:resource="&ho;Haircut"/>
<dct:bibliographicCitation xml:lang="en">"Long," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/long. [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">long hair</rdfs:label>
<skos:definition xml:lang="en">hair that extends for a considerable distance</skos:definition>
</owl:Class>
<!-- &ho;Mustache -->
<owl:Class rdf:about="&ho;Mustache">
<rdfs:subClassOf rdf:resource="&ho;FacialHair"/>
<dct:bibliographicCitation xml:lang="en">"moustache| Definition of moustache in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/moustache. [Accessed: 23-Nov-2018].</dct:bibliographicCitation>
<dct:source xml:lang="en">F. Schroff, D. Kalenichenko, and J. Philbin, "Facenet: A unified embedding for face recognition and clustering," in Proceedings of the IEEE conference on computer vision and pattern recognition , 2015, pp. 815–823.</dct:source>
<rdfs:label xml:lang="en">mustache</rdfs:label>
<skos:definition xml:lang="en">strip of hair left to grow above the upper lip</skos:definition>
</owl:Class>
<!-- &ho;RecedingHairline -->
<owl:Class rdf:about="&ho;RecedingHairline">
<rdfs:subClassOf rdf:resource="&ho;Balding"/>
<dct:bibliographicCitation xml:lang="en">"receding | Definition of receding in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/receding. [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">receding hairline</rdfs:label>
<skos:definition xml:lang="en">ceasing of hair growth at the temples and above the forehead</skos:definition>
</owl:Class>
<!-- &ho;Sideburn -->
<owl:Class rdf:about="&ho;Sideburn">
<rdfs:subClassOf rdf:resource="&ho;FacialHair"/>
<dct:bibliographicCitation xml:lang="en">"sideburn| Definition of sideburn in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/sideburn. [Accessed: 13-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">sideburn</rdfs:label>
<skos:definition xml:lang="en">strip of hair grown by a man down each side of the face in front of his ears</skos:definition>
</owl:Class>
<!-- &ho;StraightHair -->
<owl:Class rdf:about="&ho;StraightHair">
<rdfs:subClassOf rdf:resource="&ho;HairTexture"/>
<owl:disjointWith rdf:resource="&ho;WavyHair"/>
<dct:bibliographicCitation xml:lang="en">"straight| Definition of straight in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/straight. [Accessed: 13-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">straight hair</rdfs:label>
<skos:definition xml:lang="en">hair that is not curly or wavy</skos:definition>
</owl:Class>
<!-- &ho;ThinEyebrows -->
<owl:Class rdf:about="&ho;ThinEyebrows">
<rdfs:subClassOf rdf:resource="&ho;Eyebrows"/>
<dct:bibliographicCitation xml:lang="en">"Thin," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/thin. [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">thin eyebrows</rdfs:label>
<skos:definition xml:lang="en">eyebrows measuring little in cross section or diameter</skos:definition>
</owl:Class>
<!-- &ho;WavyHair -->
<owl:Class rdf:about="&ho;WavyHair">
<rdfs:subClassOf rdf:resource="&ho;HairTexture"/>
<dct:bibliographicCitation xml:lang="en">"wavy | Definition of wavy in English by Oxford Dictionaries," Oxford Dictionaries | English. [Online]. Available: https://en.oxforddictionaries.com/definition/wavy. [Accessed: 13-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">wavy hair</rdfs:label>
<skos:definition xml:lang="en">hair that has a form or edge that smoothly curves in and out</skos:definition>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.6.2018-09-06T00:27:41Z) https://github.com/owlcs/owlapi -->