note created at
- CURIE:
gmeow:noteCreatedAt - IRI: https://blackcatinformatics.ca/gmeow/noteCreatedAt
- Category: property
- Defined by:
gmeow:slices/notes - Box roles: RBox role (What is this?)
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
- Source:
slices/extensions/notes/examples/annotations-and-notes.ttl - Examples catalog: open in catalog#example-slices-extensions-notes-examples-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 .