region label

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

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

Common Companion Terms

gmeow:ImageRegion