note author
- CURIE:
gmeow:noteAuthor - IRI: https://blackcatinformatics.ca/gmeow/noteAuthor
- Category: property
- Defined by:
gmeow:slices/notes - Box roles: RBox role (What is this?)
The agent who authored a note — the flat 80% shortcut. Non-functional: a note may have multiple co-authors. Promote to a reified gmeow:Participation or prov:wasAttributedTo when the authorship act itself must carry period, confidence, or standpoint (Principle 9).
Structure
Property shape: object property; gmeow:Note -> gmeow:Agent
Practical Pattern
Use gmeow:noteAuthor from gmeow:Note to gmeow:Agent 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 .
ex:note2 a gmeow:Note ;
gmeow:noteAuthor ex:dana ;
gmeow:noteContent "The attention mechanism is the core idea." .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
activitystreams |
as, rdf |
schema-org |
rdf, schema |
External Equivalences
Equivalent or closely aligned targets: dcterms, foaf
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:noteAuthor |
equivalence | - |
skos:closeMatch | dcterms:creator | gmeow-notes.sssom.tsv; gmeow:eqNotes005; confidence 0.8 |
gmeow:noteAuthor |
equivalence | - |
skos:closeMatch | foaf:maker | gmeow-notes.sssom.tsv; gmeow:eqNotes013; confidence 0.75 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:noteAuthor |
projection | activitystreams |
projects to / <= | as:Note, as:attributedTo, as:content, rdf:type | gmeow:mapAsNote; confidence 0.8; lossy: standpoint, confidence, temporal scope, suppression state, aboutness, tagging, backlinks dropped |
gmeow:noteAuthor |
projection | schema-org |
projects to / <= | rdf:type, schema:NoteDigitalDocument, schema:author, schema:parentItem, schema:text | gmeow:mapSchemaNote; confidence 0.85; lossy: standpoint, confidence, temporal scope, suppression state, aboutness, tagging dropped; Comment-specific typing collapsed to schema:NoteDigitalDocument (rdflib UNION limit) |