mentions

A note mentions another entity (typically another note or a resource) — the source of a directed backlink edge. Non-functional: a note may mention many entities. Kept cardinality-free for DL regularity; the inverse mentionedIn provides the backlink view.

Structure

Property shape: object property; gmeow:Note -> gmeow:Entity

Practical Pattern

Use gmeow:mentions from gmeow:Note 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

# 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 linked note: authored, mentions an entity, wikilinks to another note.
ex:note1 a gmeow:Note ;
    gmeow:noteAuthor    ex:dana ;
    gmeow:noteContent   "Transformers replaced RNNs for most NLP tasks by 2020." ;
    gmeow:noteCreatedAt "2026-06-10T08:00:00Z"^^xsd:dateTime ;
    gmeow:hasWikilink   ex:note2 ;
    gmeow:mentions      ex:paper .

Common Companion Terms

gmeow:Note, gmeow:Entity, gmeow:hasWikilink

Projects To

Profile External Targets

External Equivalences

Equivalent or closely aligned targets: schema

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:mentions equivalence - skos:closeMatch schema:mentions gmeow-notes.sssom.tsv; gmeow:eqNotes008; confidence 0.9

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:mentions projection markdown projects to / <= gmeow:hasWikilink gmeow:mapMarkdownMentions; confidence 0.9; lossy: mentions → directed wikilink edge only
Published Alignment Graph

Alignments

RelationTarget
closeMatchschema:mentions