-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOE_X_ImageOntology.rdf
439 lines (318 loc) · 24.7 KB
/
OE_X_ImageOntology.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
<?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 lio "https://w3id.org/lio/v1#" >
<!ENTITY lio-orig "http://purl.org/net/lio#" >
<!ENTITY img "https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/ImageOntology/" >
<!ENTITY sm "http://www.omg.org/techprocess/ab/SpecificationMetadata/" >
]>
<rdf:RDF xml:base="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/ImageOntology/"
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: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:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:sm="http://www.omg.org/techprocess/ab/SpecificationMetadata/"
xmlns:lio-orig="http://purl.org/net/lio#">
<owl:Ontology rdf:about="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/ImageOntology/">
<owl:versionIRI rdf:resource="https://tw.rpi.edu/Courses/Ontologies/2018/FRMA/ImageOntology/1.0.4"/>
<owl:imports rdf:resource="http://www.omg.org/techprocess/ab/SpecificationMetadata/"/>
<owl:imports rdf:resource="http://www.imagesnippets.com/lio/lio.owl"/>
<owl:imports rdf:resource="http://www.w3.org/2004/02/skos/core"/>
<dct:creator>Alexander Schwartzberg</dct:creator>
<dct:publisher xml:lang="en">FRMA Team</dct:publisher>
<dct:modified>12/13/2018</dct:modified>
<rdfs:label xml:lang="en">Image Ontology</rdfs:label>
<owl:priorVersion rdf:datatype="&xsd;string">http://tw.rpi.edu/media/latest/OE_12_ImageOntology.rdf</owl:priorVersion>
<skos:changeNote>Added copyright/license info</skos:changeNote>
<skos:definition xml:lang="en">Image Ontology enables the FRMA system to classify the properties of different image files.</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 -->
<!-- This was copied from dcterms to add definitions to terms without importing all of dcterms which causes errors -->
<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
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- &img;fidelityDescribedBy -->
<owl:ObjectProperty rdf:about="&img;fidelityDescribedBy">
<dct:bibliographicCitation rdf:datatype="&xsd;string">D. Silverstein and J. Farrell, "The relationship between image fidelity and image quality," Proceedings of 3rd IEEE International Conference on Image Processing.</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">D. Silverstein and J. Farrell, "The relationship between image fidelity and image quality," Proceedings of 3rd IEEE International Conference on Image Processing.</dct:source>
<rdfs:label xml:lang="en">fidelity described by</rdfs:label>
<skos:definition xml:lang="en">the fidelity of this image</skos:definition>
</owl:ObjectProperty>
<!-- &img;isStoredAs -->
<owl:ObjectProperty rdf:about="&img;isStoredAs">
<owl:inverseOf rdf:resource="&img;stores"/>
<rdfs:domain rdf:resource="&lio;Image"/>
<rdfs:range rdf:resource="&img;ImageFile"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Raw image format," Wikipedia, 18-Nov-2018. [Online]. Available: https://en.wikipedia.org/wiki/Raw_image_format. [Accessed: 24-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Homepage," ImageSnippets. [Online]. Available: http://www.imagesnippets.com/. [Accessed: 24-Nov-2018].</dct:source>
<rdfs:label xml:lang="en">is stored as</rdfs:label>
<skos:definition xml:lang="en">links a given image to a file in which it is stored</skos:definition>
</owl:ObjectProperty>
<!-- &img;lightingDescribedBy -->
<owl:ObjectProperty rdf:about="&img;lightingDescribedBy">
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">lighting described by</rdfs:label>
<skos:definition xml:lang="en">the lighting characteristics of this image</skos:definition>
</owl:ObjectProperty>
<!-- &img;stores -->
<owl:ObjectProperty rdf:about="&img;stores">
<rdfs:domain rdf:resource="&img;ImageFile"/>
<rdfs:range rdf:resource="&lio;Image"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Raw image format," Wikipedia, 18-Nov-2018. [Online]. Available: https://en.wikipedia.org/wiki/Raw_image_format. [Accessed: 24-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Homepage," ImageSnippets. [Online]. Available: http://www.imagesnippets.com/. [Accessed: 24-Nov-2018].</dct:source>
<rdfs:label xml:lang="en">stores</rdfs:label>
<skos:definition xml:lang="en">links a given image file to the image that it contains</skos:definition>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- &img;hasFileExtension -->
<owl:DatatypeProperty rdf:about="&img;hasFileExtension">
<rdfs:domain rdf:resource="&img;ImageFile"/>
<rdfs:range rdf:resource="&xsd;string"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Filename extension," Wikipedia, 19-Nov-2018. [Online]. Available: https://en.wikipedia.org/wiki/Filename_extension. [Accessed: 24-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Homepage," ImageSnippets. [Online]. Available: http://www.imagesnippets.com/. [Accessed: 24-Nov-2018].</dct:source>
<rdfs:label xml:lang="en">has file extension</rdfs:label>
<skos:definition xml:lang="en">the extension of the image file</skos:definition>
<skos:example rdf:datatype="&xsd;string">Example extensions include jpg, jpeg, gif, png, which have corresponding file format types and characteristics.</skos:example>
</owl:DatatypeProperty>
<!-- &img;hasFilePath -->
<owl:DatatypeProperty rdf:about="&img;hasFilePath">
<rdfs:domain rdf:resource="&img;ImageFile"/>
<rdfs:range rdf:resource="&xsd;anyURI"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Path (computing)," Wikipedia, 17-Sep-2018. [Online]. Available: https://en.wikipedia.org/wiki/Path_(computing). [Accessed: 24-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Homepage," ImageSnippets. [Online]. Available: http://www.imagesnippets.com/. [Accessed: 24-Nov-2018].</dct:source>
<rdfs:label xml:lang="en">has file path</rdfs:label>
<skos:definition xml:lang="en">the unique location of the image in a file system</skos:definition>
</owl:DatatypeProperty>
<!-- &img;hasRGB -->
<owl:DatatypeProperty rdf:about="&img;hasRGB">
<rdfs:range rdf:resource="&xsd;string"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Rgb," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/RGB. [Accessed: 09-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">has RGB</rdfs:label>
<skos:definition xml:lang="en">if an image can be expressed using three-color model using red, green, and blue light</skos:definition>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- &img;BalancedLightingVariation -->
<owl:Class rdf:about="&img;BalancedLightingVariation">
<rdfs:subClassOf rdf:resource="&img;LightingVariation"/>
<owl:disjointWith rdf:resource="&img;HarshLightingVariation"/>
<owl:disjointWith rdf:resource="&img;SoftLightingVariation"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Hard and soft light," Wikipedia, 04-Nov-2018. [Online]. Available: https://en.wikipedia.org/wiki/Hard_and_soft_light. [Accessed: 21-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">balanced lighting variation</rdfs:label>
<skos:definition xml:lang="en">both small light source in close proximity relative to the subject and large light source in distant proximity relative to the subject</skos:definition>
</owl:Class>
<!-- &img;BlackAndWhiteImage -->
<owl:Class rdf:about="&img;BlackAndWhiteImage">
<rdfs:subClassOf rdf:resource="&lio;Image"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Black-and-white," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/black-and-white. [Accessed: 24-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">black and white image</rdfs:label>
<skos:definition xml:lang="en">an image having, showing, or producing pictures that do not have colors except for black, white, and shades of gray</skos:definition>
</owl:Class>
<!-- &img;BlurryImageFidelity -->
<owl:Class rdf:about="&img;BlurryImageFidelity">
<rdfs:subClassOf rdf:resource="&img;ImageFidelity"/>
<owl:disjointWith rdf:resource="&img;SharpImageFidelity"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">D. Silverstein and J. Farrell, "The relationship between image fidelity and image quality," Proceedings of 3rd IEEE International Conference on Image Processing.</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">D. Silverstein and J. Farrell, "The relationship between image fidelity and image quality," Proceedings of 3rd IEEE International Conference on Image Processing.</dct:source>
<rdfs:label xml:lang="en">blurry image fidelity</rdfs:label>
<skos:definition xml:lang="en">lower quality image showing signs of visible distortion or information loss</skos:definition>
</owl:Class>
<!-- &img;CandidImage -->
<owl:Class rdf:about="&img;CandidImage">
<rdfs:subClassOf rdf:resource="&lio;Image"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Candid," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/candid. [Accessed: 21-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">candid image</rdfs:label>
<skos:definition xml:lang="en">a photo in which the subject is acting naturally or spontaneously </skos:definition>
<skos:example rdf:datatype="&xsd;string">Snapshot</skos:example>
</owl:Class>
<!-- &img;ColorImage -->
<owl:Class rdf:about="&img;ColorImage">
<rdfs:subClassOf rdf:resource="&lio;Image"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Color photography," Wikipedia, 19-Nov-2018. [Online]. Available: https://en.wikipedia.org/wiki/Color_photography. [Accessed: 21-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">color image</rdfs:label>
<skos:definition xml:lang="en">an image produces useing media capable of reproducing colors</skos:definition>
</owl:Class>
<!-- &img;DepictedBackground -->
<owl:Class rdf:about="&img;DepictedBackground">
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Background," Dictionary.com. [Online]. Available: https://www.dictionary.com/browse/background. [Accessed: 21-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">depicted background</rdfs:label>
<skos:definition xml:lang="en">the ground or parts, as of a scene, situated in the rear</skos:definition>
</owl:Class>
<!-- &img;FlashLightingVariation -->
<owl:Class rdf:about="&img;FlashLightingVariation">
<rdfs:subClassOf rdf:resource="&img;HarshLightingVariation"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">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">flash lighting variation</rdfs:label>
<skos:definition xml:lang="en">whether or not the system classifies a photo as using camera flash to illuminate the subject</skos:definition>
</owl:Class>
<!-- &img;HarshLightingVariation -->
<owl:Class rdf:about="&img;HarshLightingVariation">
<rdfs:subClassOf rdf:resource="&img;LightingVariation"/>
<owl:disjointWith rdf:resource="&img;SoftLightingVariation"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Hard and soft light," Wikipedia, 04-Nov-2018. [Online]. Available: https://en.wikipedia.org/wiki/Hard_and_soft_light. [Accessed: 21-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">harsh lighting variation</rdfs:label>
<skos:definition xml:lang="en">small light source in close proximity relative to the subject</skos:definition>
</owl:Class>
<!-- &img;ImageFidelity -->
<owl:Class rdf:about="&img;ImageFidelity">
<dct:bibliographicCitation rdf:datatype="&xsd;string">D. Silverstein and J. Farrell, "The relationship between image fidelity and image quality," Proceedings of 3rd IEEE International Conference on Image Processing.</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">D. Silverstein and J. Farrell, "The relationship between image fidelity and image quality," Proceedings of 3rd IEEE International Conference on Image Processing.</dct:source>
<rdfs:label xml:lang="en">image fidelity</rdfs:label>
<skos:definition xml:lang="en">the measurable quality of an image</skos:definition>
</owl:Class>
<!-- &img;ImageFile -->
<owl:Class rdf:about="&img;ImageFile">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&img;stores"/>
<owl:someValuesFrom rdf:resource="&lio;Image"/>
</owl:Restriction>
</rdfs:subClassOf>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Raw image format," Wikipedia, 18-Nov-2018. [Online]. Available: https://en.wikipedia.org/wiki/Raw_image_format. [Accessed: 24-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Homepage," ImageSnippets. [Online]. Available: http://www.imagesnippets.com/. [Accessed: 24-Nov-2018].</dct:source>
<rdfs:label xml:lang="en">image file</rdfs:label>
<skos:definition xml:lang="en">a digital version of a photograph, stored in any of a number of standard formats that can be rasterized for display purposes</skos:definition>
</owl:Class>
<!-- &img;Indoors -->
<owl:Class rdf:about="&img;Indoors">
<rdfs:subClassOf rdf:resource="&img;DepictedBackground"/>
<owl:disjointWith rdf:resource="&img;Outdoors"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Indoors," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/indoors. [Accessed: 21-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">indoors</rdfs:label>
<skos:definition xml:lang="en">whether or not the image was taken indoors</skos:definition>
</owl:Class>
<!-- &img;LightingVariation -->
<owl:Class rdf:about="&img;LightingVariation">
<dct:bibliographicCitation rdf:datatype="&xsd;string">T. Chen, W. Yin, X. S. Zhou, D. Comaniciu, and T. S. Huang, "Total variation models for variable lighting face recognition," IEEE transactions on pattern analysis and machine intelligence, vol. 28, no. 9, pp. 1519–1524, 2006.
</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">lighting variation</rdfs:label>
<skos:definition xml:lang="en">images have differening levels and locations of brightness</skos:definition>
</owl:Class>
<!-- &img;OptimalConditionImage -->
<owl:Class rdf:about="&img;OptimalConditionImage">
<rdfs:subClassOf rdf:resource="&lio;Image"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">D. Silverstein and J. Farrell, "The relationship between image fidelity and image quality," Proceedings of 3rd IEEE International Conference on Image Processing.</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">D. Silverstein and J. Farrell, "The relationship between image fidelity and image quality," Proceedings of 3rd IEEE International Conference on Image Processing.</dct:source>
<rdfs:label xml:lang="en">optimal condition image</rdfs:label>
<skos:definition xml:lang="en">the best possible image for recognition tasks</skos:definition>
</owl:Class>
<!-- &img;Outdoors -->
<owl:Class rdf:about="&img;Outdoors">
<rdfs:subClassOf rdf:resource="&img;DepictedBackground"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Outdoors," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/outdoors. [Accessed: 21-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">outdoors</rdfs:label>
<skos:definition xml:lang="en">whether or not the image was taken outdoors</skos:definition>
</owl:Class>
<!-- &img;PosedImage -->
<owl:Class rdf:about="&img;PosedImage">
<rdfs:subClassOf rdf:resource="&lio;Image"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Pose," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/pose. [Accessed: 21-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">posed image</rdfs:label>
<skos:definition xml:lang="en">assumes a posture or attitude usually for artistic purposes</skos:definition>
<skos:example rdf:datatype="&xsd;string">Portrait</skos:example>
</owl:Class>
<!-- &img;SharpImageFidelity -->
<owl:Class rdf:about="&img;SharpImageFidelity">
<rdfs:subClassOf rdf:resource="&img;ImageFidelity"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">D. Silverstein and J. Farrell, "The relationship between image fidelity and image quality," Proceedings of 3rd IEEE International Conference on Image Processing.</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">D. Silverstein and J. Farrell, "The relationship between image fidelity and image quality," Proceedings of 3rd IEEE International Conference on Image Processing.</dct:source>
<rdfs:label xml:lang="en">sharp image fidelity</rdfs:label>
<skos:definition xml:lang="en">high quality image showing little to no signs of visible distortion or information loss</skos:definition>
</owl:Class>
<!-- &img;SoftLightingVariation -->
<owl:Class rdf:about="&img;SoftLightingVariation">
<rdfs:subClassOf rdf:resource="&img;LightingVariation"/>
<dct:bibliographicCitation rdf:datatype="&xsd;string">"Hard and soft light," Wikipedia, 04-Nov-2018. [Online]. Available: https://en.wikipedia.org/wiki/Hard_and_soft_light. [Accessed: 21-Nov-2018].</dct:bibliographicCitation>
<dct:source rdf:datatype="&xsd;string">"Labeled Faces in the Wild Home," LFW : Results. [Online]. Available: http://vis-www.cs.umass.edu/lfw/. [Accessed: 06-Oct-2018].</dct:source>
<rdfs:label xml:lang="en">soft lighting variation</rdfs:label>
<skos:definition xml:lang="en">large light source in distant proximity relative to the subject</skos:definition>
</owl:Class>
<!-- &lio;Image -->
<rdf:Description rdf:about="&lio;Image">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&lio-orig;hasDepictedBackground"/>
<owl:someValuesFrom rdf:resource="&img;DepictedBackground"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&img;fidelityDescribedBy"/>
<owl:someValuesFrom rdf:resource="&img;ImageFidelity"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&img;isStoredAs"/>
<owl:someValuesFrom rdf:resource="&img;ImageFile"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&img;lightingDescribedBy"/>
<owl:someValuesFrom rdf:resource="&img;LightingVariation"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&lio;depicts"/>
<owl:someValuesFrom rdf:resource="&lio;PictorialElement"/>
</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 -->