to

A primary recipient address of a message (RFC 5322 To).

Structure

Property shape: object property; gmeow:EmailMessage -> gmeow:EmailAddress

Practical Pattern

Use gmeow:to from gmeow:EmailMessage to gmeow:EmailAddress 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/> .

# --- 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" .

Agent Trajectory

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .



ex:call-7-1 a gmeow:ToolCall ;
    rdfs:label "turn 7, call 1: search"@en ;
    gmeow:calledByInvocation ex:invocation-7 ;
    gmeow:usedTool ex:webSearch ;
    gmeow:toolArguments "{\"query\": \"GTS deterministic encoding spec\"}" ;
    # Large result: the digest IS the value (gmeow:contentDigest convention).
    gmeow:toolResult "blake3:9f64a747e1b97f131fabb6b447296c9b6f0201e79fb3c5356e6c77e89b6a806a" ;
    gmeow:atTime "2026-06-12T17:03:11Z"^^xsd:dateTime ;
    gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian .

ex:call-7-2 a gmeow:ToolCall ;
    rdfs:label "turn 7, call 2: store a memory note"@en ;
    gmeow:calledByInvocation ex:invocation-7 ;
    gmeow:usedTool ex:storeClaim ;
    gmeow:toolArguments "{\"text\": \"the GTS spec mandates RFC 8949 deterministic encoding\"}" ;
    gmeow:toolResult "{\"ok\": true}" ;
    gmeow:atTime "2026-06-12T17:03:14Z"^^xsd:dateTime ;
    gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian .

Common Companion Terms

gmeow:EmailMessage, gmeow:EmailAddress

External Equivalences

Equivalent or closely aligned targets: nmo, 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:to equivalence - skos:closeMatch nmo:to gmeow-email.sssom.tsv; gmeow:eqEmail011; confidence 0.95
gmeow:to equivalence - skos:closeMatch schema:toRecipient gmeow-email.sssom.tsv; gmeow:eqEmail010; confidence 0.95
Published Alignment Graph

Alignments

RelationTarget
closeMatchnmo:to
closeMatchschema:toRecipient