has EXIF tag

Relates a media object to one of its reified EXIF tags. Non-functional: an image carries many tags. Projects to schema:exifData.

Structure

Property shape: object property; gmeow:MediaObject -> gmeow:ExifTag

Practical Pattern

Use gmeow:hasExifTag from gmeow:MediaObject to gmeow:ExifTag 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

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: image metadata at three layers. EXIF technical tags
# (gmeow:hasExifTag) record how the bytes were captured. A gmeow:ImageRegion with
# a typed gmeow:RegionSelector pins WHERE something is in the frame (a fractional
# bounding box). And a gmeow:DepictionUsage makes "this image depicts X" a
# PERSPECTIVAL act, not a bare fact: it records the subject, the context (candid /
# portrait / childhood …), and WHOSE authority asserts the depiction — so the same
# photo can be a "family" depiction to one audience and a "work" depiction to
# another, without either being privileged.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/images/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

# --- The image. A MediaObject is a Manifestation on the WEMI spine, so it embodies
#     an Expression realizing a Work (the same backing every published artifact has).
ex:photo a gmeow:MediaObject ;
    rdfs:label       "Team portrait, June 2026"@en ;
    gmeow:embodies   ex:photoExpression ;
    gmeow:hasExifTag ex:exifMake , ex:exifDate ;
    gmeow:hasRegion  ex:faceRegion .

Common Companion Terms

gmeow:MediaObject, gmeow:ExifTag

Projects To

Profile External Targets
schema-org rdf, schema

External Equivalences

Equivalent or closely aligned targets: schema

Linkages

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

Term Equivalences

Source Kind Profile Predicate/Relation Target Evidence
gmeow:hasExifTag equivalence - skos:closeMatch schema:exifData gmeow-properties.sssom.tsv; gmeow:eqProperties093; confidence 0.9

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:hasExifTag 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
Published Alignment Graph

Alignments

RelationTarget
closeMatchschema:exifData