note content
- CURIE:
gmeow:noteContent - IRI: https://blackcatinformatics.ca/gmeow/noteContent
- Category: property
- Defined by:
gmeow:slices/notes - Box roles: RBox role (What is this?)
The textual or markdown content of a note. The flat 80% case; promote to a structured CreativeWork or a reified annotation when provenance, versioning, or multipart structure is needed.
Structure
Property shape: datatype property; gmeow:Note -> rdfs:Literal
Practical Pattern
Use gmeow:noteContent from gmeow:Note to rdfs:Literal 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 |
web-annotation |
oa, rdf |
External Equivalences
Equivalent or closely aligned targets: as, 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:noteContent |
equivalence | - |
skos:closeMatch | as:content | gmeow-notes.sssom.tsv; gmeow:eqNotes009a; confidence 0.85 |
gmeow:noteContent |
equivalence | - |
skos:closeMatch | schema:text | gmeow-notes.sssom.tsv; gmeow:eqNotes008a; confidence 0.85 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:noteContent |
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:noteContent |
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) |
gmeow:noteContent |
projection | web-annotation |
projects to / <= | oa:Annotation, oa:hasBody, oa:hasTarget, oa:motivatedBy, oa:replying, rdf:type | gmeow:mapOaComment; confidence 0.8; lossy: thread depth, reply tree, standpoint, confidence, temporal scope dropped; only direct parent-target survives |