has region

Relates an image to a region within it. Non-functional: an image may have many regions. Inverse of gmeow:regionOf.

Structure

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

Practical Pattern

Use gmeow:hasRegion from gmeow:MediaObject to gmeow:ImageRegion 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

# --- 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:ImageRegion