in reply to

Relates a message to the message it directly replies to (RFC 5322 In-Reply-To).

Structure

Property shape: object property; gmeow:Message -> gmeow:Message

Practical Pattern

Use gmeow:inReplyTo from gmeow:Message to gmeow:Message 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.

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/> .

# --- Bob's reply: points at msg1 via inReplyTo (the thread is in the graph).
ex:msg2 a gmeow:EmailMessage ;
    gmeow:from      ex:bobAddr ;
    gmeow:to        ex:aliceAddr ;
    gmeow:subject   "Re: Ontology review draft" ;
    gmeow:inReplyTo ex:msg1 .

Common Companion Terms

gmeow:Message

Projects To

Profile External Targets
sioc sioc

External Equivalences

Equivalent or closely aligned targets: nmo

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:inReplyTo equivalence - skos:closeMatch nmo:inReplyTo gmeow-email.sssom.tsv; gmeow:eqEmail023; confidence 0.95

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:inReplyTo projection sioc projects to / = sioc:has_reply, sioc:reply_of gmeow:mapSiocReplyOf; confidence 0.95
Published Alignment Graph

Alignments

RelationTarget
closeMatchnmo:inReplyTo