annotation target
- CURIE:
gmeow:annotationTarget - IRI: https://blackcatinformatics.ca/gmeow/annotationTarget
- Category: property
- Defined by:
gmeow:slices/notes - Box roles: RBox role (What is this?)
The entity that is annotated — the target of the annotation. Functional per relator: one target per Annotation.
Structure
Property shape: object property; gmeow:Annotation -> gmeow:Entity; functional
Practical Pattern
Use gmeow:annotationTarget from gmeow:Annotation to gmeow:Entity 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.
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
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: notes and annotations. A gmeow:Note is a first-class
# information object — authored, timestamped, and linked to other notes by
# gmeow:hasWikilink and to entities by gmeow:mentions (the Zettelkasten / linked-
# note pattern). A gmeow:Highlight is the W3C-Web-Annotation shape for pure
# highlighting: a gmeow:annotationTarget, a precise gmeow:annotationTargetSpan
# (a text-quote Selector), and a gmeow:annotationMotivation — but NO body (a
# highlight just marks a span; for an annotation that says something, a body-
# bearing gmeow:Annotation subclass is used). A gmeow:Comment is a Note that
# threads under a parent.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/notes/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# --- 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:Annotation, gmeow:Entity
Projects To
| Profile | External Targets |
|---|---|
web-annotation |
oa, rdf |
External Equivalences
Equivalent or closely aligned targets: oa
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:annotationTarget |
equivalence | - |
skos:closeMatch | oa:hasTarget | gmeow-notes.sssom.tsv; gmeow:eqNotes003; confidence 0.95 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:annotationTarget |
projection | web-annotation |
projects to / <= | oa:Annotation, oa:SpecificResource, oa:hasSelector, oa:hasSource, oa:hasTarget, oa:highlighting, oa:motivatedBy, rdf:type | gmeow:mapOaHighlight; confidence 0.85; lossy: body absent by design; selector precision (prefix/suffix) dropped if not projected; provenance/confidence/standpoint dropped |
gmeow:annotationTarget |
projection | web-annotation |
projects to / <= | oa:Annotation, oa:bookmarking, oa:hasTarget, oa:motivatedBy, rdf:type | gmeow:mapOaBookmark; confidence 0.85; lossy: body and selector absent by design; provenance/confidence/standpoint dropped |
gmeow:annotationTarget |
projection | web-annotation |
projects to / <= | oa:Annotation, oa:hasBody, oa:hasTarget, oa:motivatedBy, rdf:type | gmeow:mapOaAnnotation; confidence 0.85; lossy: provenance, confidence, temporal scope, standpoint, suppression dropped; body may be absent (highlights/bookmarks) |