note created at

The creation timestamp of a note — a lightweight four-clock shortcut. The heavy case uses a reified gmeow:Participation or prov:wasAttributedTo with full temporal scope.

Structure

Property shape: datatype property; gmeow:Note -> xsd:dateTime

Practical Pattern

Use gmeow:noteCreatedAt from gmeow:Note to xsd:dateTime 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

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