fractional rectangle
- CURIE:
gmeow:selectorTypeFractionalRectangle - IRI: https://blackcatinformatics.ca/gmeow/selectorTypeFractionalRectangle
- Category: individual
- Defined by:
gmeow:slices/images - Box roles: ABox role (What is this?)
A fractional-coordinate rectangle (x, y, width, height) in [0.0, 1.0] relative to image dimensions.
Structure
Types: gmeow:SelectorType
Practical Pattern
Use gmeow:selectorTypeFractionalRectangle as a controlled value typed as gmeow:SelectorType.
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
ex:bbox a gmeow:RegionSelector ;
gmeow:selectorType gmeow:selectorTypeFractionalRectangle ;
gmeow:selectorValue "0.30,0.20,0.18,0.24" .