Email Message
- CURIE:
gmeow:EmailMessage - IRI: https://blackcatinformatics.ca/gmeow/EmailMessage
- Category: class
- Defined by:
gmeow:slices/email - Box roles: TBox role (What is this?)
An RFC 5322 email message, with headers, participants, a thread, body parts and mailbox residence.
Structure
Subclass of: gmeow:Message
Practical Pattern
Use gmeow:EmailMessage as a specialized kind of gmeow:Message. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Message Thread
- Source:
slices/extensions/email/examples/message-thread.ttl - Examples catalog: open in catalog#example-slices-extensions-email-examples-message-thread
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: an email message and its reply . A gmeow:EmailMessage
# carries the RFC 5322 envelope as first-class edges to gmeow:EmailAddresses —
# gmeow:from, gmeow:to, gmeow:cc — plus a gmeow:subject. Threading is a relation
# between messages, not a flat field: a reply points at what it answers with
# gmeow:inReplyTo, so the conversation graph is reconstructable from the messages
# themselves. The EmailAddresses are the reified gmeow:ContactPoints of the
# contacts slice — the same objects a person reaches mail through.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/email/> .
# --- The original message: Alice → Bob, cc Carol.
ex:msg1 a gmeow:EmailMessage ;
gmeow:from ex:aliceAddr ;
gmeow:to ex:bobAddr ;
gmeow:cc ex:carolAddr ;
gmeow:subject "Ontology review draft" .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
sioc |
sioc |
External Equivalences
Equivalent or closely aligned targets: nmo, schema, sioc
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:EmailMessage |
equivalence | - |
skos:closeMatch | nmo:Email | gmeow-email.sssom.tsv; gmeow:eqEmail002; confidence 0.95 |
gmeow:EmailMessage |
equivalence | - |
owl:equivalentClass | schema:EmailMessage | gmeow-email.sssom.tsv; gmeow:eqEmail001; confidence 1 |
gmeow:EmailMessage |
equivalence | - |
skos:closeMatch | sioc:Post | gmeow-email.sssom.tsv; gmeow:eqEmail003; confidence 0.7 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:EmailMessage |
projection | sioc |
projects to / <= | sioc:Post | gmeow:mapSiocPost; confidence 0.85; lossy: RFC 5322 header structure (cc/bcc, address vs agent) flattens to SIOC's post model |
gmeow:EmailMessage |
projection | sioc |
projects to / <= | sioc:link | gmeow:mapSiocLink; confidence 0.85 |
gmeow:EmailMessage |
projection | sioc |
projects to / = | sioc:topic | gmeow:mapSiocTopic; confidence 0.9 |
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | nmo:Email |
closeMatch | sioc:Post |
equivalentClass | schema:EmailMessage |