highlighting

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

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

Common Companion Terms

gmeow:AnnotationMotivation