EXIF Tag
- CURIE:
gmeow:ExifTag - IRI: https://blackcatinformatics.ca/gmeow/ExifTag
- Category: class
- Defined by:
gmeow:slices/images - Box roles: TBox role (What is this?)
A reified EXIF metadata tag of a media object — a tag identifier (gmeow:exifTagId, e.g. 'FNumber'), its value (gmeow:exifTagValue, e.g. 'f/2.0'), and a human-readable label (rdfs:label, e.g. 'Aperture'). The schema:PropertyValue shape: reification keeps each tag's id/value/label paired correctly and lets an OPEN, camera-defined EXIF set round-trip losslessly to schema:exifData.
Structure
Subclass of: gufo:FunctionalComplex
Practical Pattern
Use gmeow:ExifTag as a specialized kind of gufo:FunctionalComplex. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Photo Metadata
- Source:
slices/extensions/images/examples/photo-metadata.ttl - Examples catalog: open in catalog#example-slices-extensions-images-examples-photo-metadata
ex:exifMake a gmeow:ExifTag ; gmeow:exifTagId "Make" ; gmeow:exifTagValue "Canon EOS R5" .
ex:exifDate a gmeow:ExifTag ; gmeow:exifTagId "DateTimeOriginal" ; gmeow:exifTagValue "2026:06:01 14:30:00" .