EXIF tag value

The value of an EXIF tag — 'f/2.0', '1/1595', 'sRGB'. Projects to schema:PropertyValue/value. The human-readable tag name ('Aperture') rides rdfs:labelschema:name.

Structure

Property shape: datatype property; gmeow:ExifTag -> rdfs:Literal; functional

Practical Pattern

Use gmeow:exifTagValue from gmeow:ExifTag to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

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" .

Common Companion Terms

gmeow:ExifTag

Projects To

Profile External Targets
schema-org rdf, schema

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:exifTagValue projection schema-org projects to / <= rdf:type, schema:PropertyValue, schema:exifData, schema:name, schema:propertyID, schema:value gmeow:mapSchemaExifData; confidence 0.95; lossy: none for the tag triple — propertyID/value/name carry the full EXIF tag; the gmeow:ExifTag node is reused as the PropertyValue