highlighting
- CURIE:
gmeow:motivationHighlighting - IRI: https://blackcatinformatics.ca/gmeow/motivationHighlighting
- Category: individual
- Defined by:
gmeow:slices/notes - Box roles: ABox role (What is this?)
The annotation highlights a span within the target.
Structure
Types: gmeow:AnnotationMotivation
Practical Pattern
Use gmeow:motivationHighlighting as a controlled value typed as gmeow:AnnotationMotivation.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Annotations And Notes
- Source:
slices/extensions/notes/examples/annotations-and-notes.ttl - Examples catalog: open in catalog#example-slices-extensions-notes-examples-annotations-and-notes
# --- A highlight on the paper: it pins WHICH span via annotationTargetSpan (a
# Selector) and is motivated by highlighting — a pure target+span binding,
# no body (that is the Highlight contract).
ex:highlight a gmeow:Highlight ;
gmeow:annotationTarget ex:paper ;
gmeow:annotationTargetSpan ex:span ;
gmeow:annotationMotivation gmeow:motivationHighlighting .