from
- CURIE:
gmeow:from - IRI: https://blackcatinformatics.ca/gmeow/from
- Category: property
- Defined by:
gmeow:slices/email - Box roles: RBox role (What is this?)
The author address of a message (RFC 5322 From).
Structure
Property shape: object property; gmeow:EmailMessage -> gmeow:EmailAddress
Practical Pattern
Use gmeow:from 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
- 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" .
Skill Acquisition Trajectory
- Source:
slices/core/learning/examples/skill-acquisition-trajectory.ttl - Examples catalog: open in catalog#example-slices-core-learning-examples-skill-acquisition-trajectory
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/learning/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: a proficiency RISE as a SEQUENCE of tenures, never a mutation.
# Two gmeow:LearningEvent occurrents raise lillith's cycling skill — a skill
# acquisition (novice → advanced beginner) and a consolidating practice block
# (advanced beginner → expert). Each event gmeow:produces its OWN reified
# gmeow:SkillProficiency relator, scoped by its own interval; the earlier tenure
# is kept with gmeow:displayable false rather than overwritten (Principle 10).
# The trajectory of one event rides gmeow:fromLevel / gmeow:toLevel; the durable
# standing is the proficiency tenure the event produced.
# --- Event 1: skill acquisition, novice → advanced beginner (the spring).
ex:firstLessons a gmeow:LearningEvent ;
gmeow:experiencer ex:lillith ;
gmeow:mentalProcessType gmeow:processLearning ;
gmeow:learningType gmeow:learningSkillAcquisition ;
gmeow:learnedFrom ex:textbook ;
gmeow:fromLevel gmeow:dreyfusNovice ;
gmeow:toLevel gmeow:dreyfusAdvancedBeginner ;
gmeow:produces ex:profSpring ;
gmeow:eventTime "2026-03-15T10:00:00Z"^^xsd:dateTime ; # temporal placement — CONSTITUTION P11
gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian ;
rdfs:label "first cycling lessons"@en .
Common Companion Terms
gmeow:EmailMessage, gmeow:EmailAddress
Projects To
| Profile | External Targets |
|---|---|
sioc |
sioc |
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:from |
equivalence | - |
skos:closeMatch | nmo:from | gmeow-email.sssom.tsv; gmeow:eqEmail009; confidence 0.9 |
gmeow:from |
equivalence | - |
skos:closeMatch | schema:sender | gmeow-email.sssom.tsv; gmeow:eqEmail008; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:from |
projection | sioc |
projects to / <= | sioc:has_creator | gmeow:mapSiocHasCreator; confidence 0.8; lossy: the address-vs-agent distinction collapses: the contact-point holder is read as the creator |