has region
- CURIE:
gmeow:hasRegion - IRI: https://blackcatinformatics.ca/gmeow/hasRegion
- Category: property
- Defined by:
gmeow:slices/images - Box roles: RBox role (What is this?)
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
- Source:
slices/extensions/images/examples/photo-metadata.ttl - Examples catalog: open in catalog#example-slices-extensions-images-examples-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 .