region label
- CURIE:
gmeow:regionLabel - IRI: https://blackcatinformatics.ca/gmeow/regionLabel
- Category: property
- Defined by:
gmeow:slices/images - Box roles: RBox role (What is this?)
A human-readable label for the region — e.g. 'face', 'car', 'building facade'.
Structure
Property shape: datatype property; gmeow:ImageRegion -> rdfs:Literal
Practical Pattern
Use gmeow:regionLabel from gmeow:ImageRegion 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
- Source:
slices/extensions/images/examples/photo-metadata.ttl - Examples catalog: open in catalog#example-slices-extensions-images-examples-photo-metadata
# --- A region of the image: WHERE Dana's face is, by a fractional bounding box.
ex:faceRegion a gmeow:ImageRegion ;
gmeow:regionOf ex:photo ;
gmeow:regionLabel "Dana" ;
gmeow:regionSelector ex:bbox .