@base <https://monomyth.metamuses.org/graph/> .
@prefix monomyth: <https://monomyth.metamuses.org/ontology#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# ==============================================================================
# THE MATRIX (Movie, 1999)
# ==============================================================================

<the-matrix> a monomyth:NarrativeWork,
        schema:Movie ;
    rdfs:label "The Matrix"@en ;
    dcterms:title "The Matrix"@en ;
    dcterms:created "1999"^^xsd:gYear ;
    dcterms:creator "Lana Wachowski",
        "Lilly Wachowski" ;
    schema:countryOfOrigin wd:Q30 ;
    schema:genre "Science Fiction"@en,
        "Action"@en,
        "Cyberpunk"@en ;
    owl:sameAs wd:Q83495 ;
    monomyth:interpretedBy <the-matrix/monomyths/neo-journey> ;
    rdfs:comment """A 1999 science fiction film in which a computer hacker discovers that reality as
he knows it is a simulated world created by machines to subjugate humanity."""@en .

# --- Monomyth Expressions --------------

<the-matrix/monomyths/neo-journey> a monomyth:MonomythExpression ;
    rdfs:label "Neo's Hero's Journey in The Matrix"@en ;
    rdfs:comment """A specific interpretation of the monomyth structure as it is realized in the
narrative of 'The Matrix', focusing on the character Neo's journey."""@en ;
    monomyth:interprets <the-matrix> ;
    monomyth:hasHero <the-matrix/characters/neo> ;
    monomyth:hasCharacter <the-matrix/characters/neo>,
        <the-matrix/characters/trinity>,
        <the-matrix/characters/morpheus>,
        <the-matrix/characters/agent-smith>,
        <the-matrix/characters/the-oracle>,
        <the-matrix/characters/cypher>,
        <the-matrix/characters/tank> ;
    monomyth:hasStageRealization <the-matrix/stages/follow-the-white-rabbit>,
        <the-matrix/stages/i-cant-do-this>,
        <the-matrix/stages/let-me-tell-you-why-youre-here>,
        <the-matrix/stages/all-im-offering-is-the-truth>,
        <the-matrix/stages/welcome-to-the-real-world>,
        <the-matrix/stages/fear-doubt-and-disbelief>,
        <the-matrix/stages/the-oracle-will-see-you-now>,
        <the-matrix/stages/ignorance-is-bliss>,
        <the-matrix/stages/there-is-no-spoon>,
        <the-matrix/stages/hes-beginning-to-believe>,
        <the-matrix/stages/mr-wizard-get-me-out-of-here>,
        <the-matrix/stages/the-man-i-loved-would-be-the-one>,
        <the-matrix/stages/he-is-the-one>,
        <the-matrix/stages/system-failure>,
        <the-matrix/stages/i-can-feel-you-now>,
        <the-matrix/stages/i-came-here-to-tell-you-how-its-going-to-begin>,
        <the-matrix/stages/where-we-go-from-there-is-a-choice-i-leave-to-you> .

# --- Characters -----------------------

<the-matrix/characters/neo> a monomyth:Character ;
    rdfs:label "Neo (Thomas A. Anderson)"@en ;
    rdfs:comment """A hacker who is revealed to be 'the One', the prophesied figure capable of
manipulating the Matrix and liberating humanity."""@en ;
    monomyth:heroOf <the-matrix/monomyths/neo-journey> ;
    monomyth:characterOf <the-matrix/monomyths/neo-journey> ;
    monomyth:embodiesArchetype monomyth:Hero ;
    owl:sameAs wd:Q247120 .

<the-matrix/characters/trinity> a monomyth:Character ;
    rdfs:label "Trinity"@en ;
    rdfs:comment """A skilled hacker and member of the human resistance who becomes Neo's love
interest."""@en ;
    monomyth:characterOf <the-matrix/monomyths/neo-journey> ;
    monomyth:embodiesArchetype monomyth:Ally,
        monomyth:Herald ;
    owl:sameAs wd:Q246835 .

<the-matrix/characters/morpheus> a monomyth:Character ;
    rdfs:label "Morpheus"@en ;
    rdfs:comment """The leader of the human resistance who believes Neo is the prophesied 'One'
capable of liberating humanity."""@en ;
    monomyth:characterOf <the-matrix/monomyths/neo-journey> ;
    monomyth:embodiesArchetype monomyth:Mentor ;
    owl:sameAs wd:Q1750842 .

<the-matrix/characters/agent-smith> a monomyth:Character ;
    rdfs:label "Agent Smith"@en ;
    rdfs:comment """An antagonist in the form of a sentient program within the Matrix, who seeks to
eliminate Neo and maintain control over the simulated reality."""@en ;
    monomyth:characterOf <the-matrix/monomyths/neo-journey> ;
    monomyth:embodiesArchetype monomyth:Shadow,
        monomyth:ThresholdGuardian ;
    owl:sameAs wd:Q2085488 .

<the-matrix/characters/the-oracle> a monomyth:Character ;
    rdfs:label "The Oracle"@en ;
    rdfs:comment """A prophetic figure within the Matrix who provides guidance to Neo and other
characters, often speaking in riddles."""@en ;
    monomyth:characterOf <the-matrix/monomyths/neo-journey> ;
    monomyth:embodiesArchetype monomyth:Herald,
        monomyth:Mentor ;
    owl:sameAs wd:Q246870 .

<the-matrix/characters/cypher> a monomyth:Character ;
    rdfs:label "Cypher"@en ;
    rdfs:comment """A member of the human resistance who becomes disillusioned with the harsh
reality outside the Matrix and betrays his comrades in an attempt to return to the simulated
world."""@en ;
    monomyth:characterOf <the-matrix/monomyths/neo-journey> ;
    monomyth:embodiesArchetype monomyth:Shapeshifter,
        monomyth:Shadow ;
    owl:sameAs wd:Q1963886 .

<the-matrix/characters/tank> a monomyth:Character ;
    rdfs:label "Tank"@en ;
    rdfs:comment """A member of the human resistance who serves as the operator of the
Nebuchadnezzar, providing support to Neo and others during their missions."""@en ;
    monomyth:characterOf <the-matrix/monomyths/neo-journey> ;
    monomyth:embodiesArchetype monomyth:Ally ;
    owl:sameAs wd:Q5668075 .

# --- Stage Realizations ---------------

<the-matrix/stages/follow-the-white-rabbit> a monomyth:StageRealization ;
    rdfs:label "Follow the white rabbit"@en ;
    monomyth:realizesStage monomyth:TheCallToAdventure ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo>,
        <the-matrix/characters/trinity> ;
    monomyth:hasFitQuality monomyth:PerfectFit ;
    monomyth:stageRealizationOrder 1 ;
    monomyth:realizationDescription """Neo's computer screen displays the message "Wake up, Neo...
The Matrix has you... Follow the white rabbit." He then follows a woman with a white rabbit tattoo
to a club, where Trinity tells him she knows the answer to the question driving his life."""@en .

<the-matrix/stages/i-cant-do-this> a monomyth:StageRealization ;
    rdfs:label "I can't do this"@en ;
    monomyth:realizesStage monomyth:RefusalOfTheCall ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo>,
        <the-matrix/characters/morpheus>,
        <the-matrix/characters/agent-smith> ;
    monomyth:hasFitQuality monomyth:PerfectFit ;
    monomyth:stageRealizationOrder 2 ;
    monomyth:realizationDescription """Morpheus guides Neo by phone to escape via a building ledge.
Neo looks down, says "I can't do this," and retreats inside, choosing the familiar world. He is
immediately captured by Agent Smith, interrogated, and implanted with a tracking bug."""@en .

<the-matrix/stages/let-me-tell-you-why-youre-here> a monomyth:StageRealization ;
    rdfs:label "Let me tell you why you're here"@en ;
    monomyth:realizesStage monomyth:SupernaturalAid ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo>,
        <the-matrix/characters/morpheus>,
        <the-matrix/characters/trinity> ;
    monomyth:hasFitQuality monomyth:StrongFit ;
    monomyth:stageRealizationOrder 3 ;
    monomyth:realizationDescription """Morpheus serves as the supernatural mentor: he has sought
Neo, believes in him as the One, and offers him the pivotal choice. Trinity and the crew give Neo
another chance at understanding his destiny, bringing him to Morpheus."""@en ;
    monomyth:hasSemioticDivergence <the-matrix/divergences/semiotic/supernatural-as-epistemic> .

<the-matrix/stages/all-im-offering-is-the-truth> a monomyth:StageRealization ;
    rdfs:label "All I'm offering is the truth"@en ;
    monomyth:realizesStage monomyth:TheCrossingOfTheFirstThreshold ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo>,
        <the-matrix/characters/morpheus> ;
    monomyth:hasFitQuality monomyth:PerfectFit ;
    monomyth:stageRealizationOrder 4 ;
    monomyth:realizationDescription """Morpheus presents two pills: blue for return to ignorance,
red for the truth. Neo takes the red pill. Reality disintegrates, the mirror liquefies and crawls up
his arm, and he wakes in a pod in the real world. There is no going back."""@en .

<the-matrix/stages/welcome-to-the-real-world> a monomyth:StageRealization ;
    rdfs:label "Welcome to the real world"@en ;
    monomyth:realizesStage monomyth:TheBellyOfTheWhale ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo> ;
    monomyth:hasFitQuality monomyth:PerfectFit ;
    monomyth:stageRealizationOrder 5 ;
    monomyth:realizationDescription """Neo awakens in an amniotic pod, hairless, atrophied, plugged
into the machine infrastructure, surrounded by an infinite tower of sleeping humans. He is flushed
through a tube into dark water and rescued by the Nebuchadnezzar crew. The old Thomas Anderson dies
in the pod; Neo is reborn fragile and overwhelmed."""@en .

<the-matrix/stages/fear-doubt-and-disbelief> a monomyth:StageRealization ;
    rdfs:label "Fear, doubt, and disbelief"@en ;
    monomyth:realizesStage monomyth:TheRoadOfTrials ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo>,
        <the-matrix/characters/morpheus>,
        <the-matrix/characters/tank> ;
    monomyth:hasFitQuality monomyth:PerfectFit ;
    monomyth:stageRealizationOrder 6 ;
    monomyth:realizationDescription """Neo must rebuild himself from nothing after liberation. He
downloads combat programs directly into his mind, absorbs kung fu at impossible speed, and tests his
newly acquired skills against Morpheus in the sparring dojo. Yet the rooftop jump reveals a deeper
trial: his residual self-image, anchored in obsolete beliefs about what is possible, still limits
him."""@en .

<the-matrix/stages/the-oracle-will-see-you-now> a monomyth:StageRealization ;
    rdfs:label "The Oracle will see you now"@en ;
    monomyth:realizesStage monomyth:TheMeetingWithTheGoddess ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo>,
        <the-matrix/characters/the-oracle>,
        <the-matrix/characters/morpheus> ;
    monomyth:hasFitQuality monomyth:StrongFit ;
    monomyth:stageRealizationOrder 7 ;
    monomyth:realizationDescription """Neo visits the Oracle in her modest, maternal apartment,
expecting definitive answers about his destiny. Instead, she offers cryptic guidance wrapped in
domestic warmth—baking cookies, reading body language. When Neo concludes himself that he is not the
One, she neither confirms nor denies, planting seeds of self-knowledge that will germinate only
through sacrifice and choice."""@en .

<the-matrix/stages/ignorance-is-bliss> a monomyth:StageRealization ;
    rdfs:label "Ignorance is bliss"@en ;
    monomyth:realizesStage monomyth:WomanAsTheTemptress ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/cypher>,
        <the-matrix/characters/agent-smith> ;
    monomyth:hasFitQuality monomyth:ModerateFit ;
    monomyth:stageRealizationOrder 8 ;
    monomyth:realizationDescription """Cypher embodies the temptation to abandon truth for comfort.
Over a steak dinner negotiated with Agent Smith, he chooses to betray the crew in exchange for
reinsertion into the Matrix, preferring pleasurable illusion to the bleak real world. His betrayal
externalizes the doubt lurking within every freed mind: that ignorance might be preferable to
painful knowledge."""@en ;
    monomyth:fitNote """No single character serves as a sustained narrative temptress for Neo
personally. The temptation is structural, embodied by Cypher's choice as a shadow alternative,
rather than a direct seduction of the hero."""@en ;
    monomyth:hasNarrativeDivergence <the-matrix/divergences/narrative/dispersed-temptation> ;
    monomyth:hasSemioticDivergence <the-matrix/divergences/semiotic/woman-as-ignorance> .

<the-matrix/stages/there-is-no-spoon> a monomyth:StageRealization ;
    rdfs:label "There is no spoon"@en ;
    monomyth:realizesStage monomyth:AtonementWithTheFather ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo>,
        <the-matrix/characters/morpheus>,
        <the-matrix/characters/trinity>,
        <the-matrix/characters/agent-smith> ;
    monomyth:hasFitQuality monomyth:StrongFit ;
    monomyth:stageRealizationOrder 9 ;
    monomyth:realizationDescription """Agent Smith captures Morpheus and attempts to break him
through interrogation. Neo defies the pragmatic counsel to abandon his mentor, re-entering the
Matrix to mount a rescue. In saving the father figure rather than obeying him, Neo transcends
discipleship, claiming autonomous authority not against Morpheus but through loyalty to him."""@en .

<the-matrix/stages/hes-beginning-to-believe> a monomyth:StageRealization ;
    rdfs:label "He's beginning to believe"@en ;
    monomyth:realizesStage monomyth:Apotheosis ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo>,
        <the-matrix/characters/agent-smith> ;
    monomyth:hasFitQuality monomyth:ModerateFit ;
    monomyth:stageRealizationOrder 10 ;
    monomyth:realizationDescription """With Morpheus and Trinity safely extracted, Neo stands before
the escape route but chooses intead to turn back to face Agent Smith. The battle becomes a graduated
awakening: blow by blow, Neo's confidence hardens into something approaching certainty. "He's
beginning to believe" will declare Morpheus, watching. Freeing himself from the grip of Smith, he
finally throws him under the train, winning the confrontation but immediately realizing he's not
ready for another one and hence must escape for now."""@en ;
    monomyth:hasNarrativeDivergence <the-matrix/divergences/narrative/imperfect-apotheosis> .

<the-matrix/stages/mr-wizard-get-me-out-of-here> a monomyth:StageRealization ;
    rdfs:label "Mr. Wizard, get me out of here!"@en ;
    monomyth:realizesStage monomyth:TheMagicFlight ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo>,
        <the-matrix/characters/tank> ;
    monomyth:hasFitQuality monomyth:StrongFit ;
    monomyth:stageRealizationOrder 11 ;
    monomyth:realizationDescription """Smith is defeated in the subway but not annihilated, and Neo
must now flee a system that has fully mobilized against him. Tank provides real-time guidance
through the Matrix's corridors, directing Neo toward safety while Agents pursue. This flight
suspends the hero's nascent apotheosis in a state of anxious incompleteness, heightening the stakes
by demonstrating that partial awakening carries its own dangers. Neo's dependence on Tank reveals
that even emergent power requires external support to translate into survival."""@en ;
    monomyth:hasSequentialDivergence <the-matrix/divergences/sequential/escape-after-apotheosis> .

<the-matrix/stages/the-man-i-loved-would-be-the-one> a monomyth:StageRealization ;
    rdfs:label "The man I loved would be the One"@en ;
    monomyth:realizesStage monomyth:RescueFromWithout ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo>,
        <the-matrix/characters/trinity> ;
    monomyth:hasFitQuality monomyth:ModerateFit ;
    monomyth:stageRealizationOrder 12 ;
    monomyth:realizationDescription """The Agents close in systematically, cutting off Neo's escape
routes one by one until the city itself becomes a narrowing trap. Smith intercepts him in a hallway
and fires at point-blank range, killing him. The hero's journey appears to terminate in unambiguous
defeat. But in the real world, Trinity leans over Neo's body and confesses her love, revealing the
Oracle's prophecy: the man she loved would be the One. Neo returns from death, resurrected by a
conviction he could not yet supply for himself: ultimate awakening, the film suggests, requires
being believed in before one can fully believe."""@en ;
    monomyth:hasNarrativeDivergence <the-matrix/divergences/narrative/validation-replaces-salvation> .

<the-matrix/stages/he-is-the-one> a monomyth:StageRealization ;
    rdfs:label "He is the One"@en ;
    monomyth:realizesStage monomyth:TheUltimateBoon ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo>,
        <the-matrix/characters/agent-smith> ;
    monomyth:hasFitQuality monomyth:PerfectFit ;
    monomyth:stageRealizationOrder 13 ;
    monomyth:realizationDescription """Neo rises from death and the simulation's code becomes
legible to him, its architecture now transparent and malleable. Agents open fire but he halts their
bullets in midair through will alone. Smith charges and Neo dispatches him effortlessly, then enters
his digital body and destroys him from within. The remaining Agents flee. Neo has attained total
mastery over the Matrix, but the real world intrudes: sentinels are tearing the ship apart, and he
must reach the exit before the boon he has claimed becomes irrelevant to a body that no longer
survives."""@en .

<the-matrix/stages/system-failure> a monomyth:StageRealization ;
    rdfs:label "System failure"@en ;
    monomyth:realizesStage monomyth:RefusalOfTheReturn ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:hasFitQuality monomyth:AbsentFit ;
    monomyth:stageRealizationOrder 14 ;
    monomyth:hasNarrativeDivergence <the-matrix/divergences/narrative/awakening-not-homecoming> .

<the-matrix/stages/i-can-feel-you-now> a monomyth:StageRealization ;
    rdfs:label "I can feel you now"@en ;
    monomyth:realizesStage monomyth:TheCrossingOfTheReturnThreshold ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo> ;
    monomyth:hasFitQuality monomyth:InvertedFit ;
    monomyth:stageRealizationOrder 15 ;
    monomyth:realizationDescription """In the film's compressed finale, Neo re-enters the Matrix no
longer as a fugitive but as a being who has transcended its constraints entirely and addresses the
Machines directly with calm authority, acknowledging their fear of what free humans represent.  The
threshold between simulation and reality, which once marked the hero's fundamental vulnerability, is
effectively dissolved as he's now free to move between both realms at will."""@en ;
    monomyth:hasNarrativeDivergence <the-matrix/divergences/narrative/master-of-the-threshold> .

<the-matrix/stages/i-came-here-to-tell-you-how-its-going-to-begin> a monomyth:StageRealization ;
    rdfs:label "I came here to tell you how it's going to begin"@en ;
    monomyth:realizesStage monomyth:MasterOfTheTwoWorlds ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo> ;
    monomyth:hasFitQuality monomyth:StrongFit ;
    monomyth:stageRealizationOrder 16 ;
    monomyth:realizationDescription """Neo has become illegible to the categories that once
contained him: neither prisoner of the simulation nor mere survivor of the devastated Earth, he
occupies both worlds with equal fluency and commands both with equal authority. His address to the
Machines makes this legible through its sheer confidence, as he speaks not as someone who has
escaped their system but as someone who has comprehended it so thoroughly that the power relation
has permanently inverted. The resolution of the narrative's founding duality is complete, even if
the film only gestures toward it in the closing moments rather than depicting it at length."""@en .

<the-matrix/stages/where-we-go-from-there-is-a-choice-i-leave-to-you> a monomyth:StageRealization ;
    rdfs:label "Where we go from there is a choice I leave to you"@en ;
    monomyth:realizesStage monomyth:FreedomToLive ;
    monomyth:stageRealizationOf <the-matrix/monomyths/neo-journey> ;
    monomyth:involvesCharacter <the-matrix/characters/neo> ;
    monomyth:hasFitQuality monomyth:StrongFit ;
    monomyth:stageRealizationOrder 17 ;
    monomyth:realizationDescription """The film ends on liberated possibility. Neo flies into the
sky, free from the constraints of the code, from doubt, from gravity itself. His freedom is not
domestic peace but the freedom of mission: knowing who he is and what he must do, acting from
certainty rather than fear. The narrative closes not as a circle returning to its origin but as a
trajectory launched outward, leaving the question of what comes next as a deliberate structural
opening rather than an unresolved thread."""@en .

# --- Narrative Divergences ------------

<the-matrix/divergences/narrative/dispersed-temptation> a monomyth:NarrativeDivergence ;
    rdfs:label "Dispersed Temptress divergence"@en ;
    monomyth:divergenceOf <the-matrix/stages/ignorance-is-bliss> ;
    monomyth:divergesFrom monomyth:WomanAsTheTemptress ;
    monomyth:divergenceRationale """The Wachowskis distribute the temptation function across
multiple loci rather than concentrating it in a single character-hero encounter. The Woman in the
Red Dress is a brief pedagogical moment; Cypher embodies the deeper existential temptation as Neo's
shadow rather than his seducer; and Neo himself, refusing to identify as the One, enacts an
inward temptation—the lure of remaining ordinary rather than accepting a burden he does not yet
believe he can carry. This dispersal reflects the film's philosophical framework: in The Matrix,
temptation is systemic (the entire simulation is designed to seduce) rather than personal, making a
single temptress figure structurally inadequate. The divergence is a creative adaptation of
Campbell's stage to a narrative where the antagonist is an environment, not an individual."""@en .

<the-matrix/divergences/narrative/imperfect-apotheosis> a monomyth:NarrativeDivergence ;
    rdfs:label "Imperfect Apotheosis divergence"@en ;
    monomyth:divergenceOf <the-matrix/stages/hes-beginning-to-believe> ;
    monomyth:divergesFrom monomyth:Apotheosis ;
    monomyth:divergenceRationale """Neo's apotheosis is deliberately incomplete and immediately
followed by a new trial, subverting the traditional narrative where the hero enjoys a moment of
elevated power before facing new challenges. This choice emphasizes the precariousness of Neo's
newfound abilities and the ongoing struggle against systemic oppression, reinforcing the film's
themes of resistance and resilience."""@en .

<the-matrix/divergences/narrative/validation-replaces-salvation> a monomyth:NarrativeDivergence ;
    rdfs:label "Validation replaces salvation divergence"@en ;
    monomyth:divergenceOf <the-matrix/stages/the-man-i-loved-would-be-the-one> ;
    monomyth:divergesFrom monomyth:RescueFromWithout ;
    monomyth:divergenceRationale """In The Matrix, the traditional Rescue from Without stage is
subverted by having Neo's validation as the One come from Trinity's love and belief in him, rather
than from an external savior figure. This shift emphasizes the theme of self-actualization and the
power of human connection, rather than reliance on an external force for salvation. Neo's "rescue"
is not a physical extraction from danger but an emotional and existential affirmation that enables
him to fully embrace his identity as the One."""@en .

<the-matrix/divergences/narrative/awakening-not-homecoming> a monomyth:NarrativeDivergence ;
    rdfs:label "Refusal of the return divergence"@en ;
    monomyth:divergenceOf <the-matrix/stages/system-failure> ;
    monomyth:divergesFrom monomyth:RefusalOfTheReturn ;
    monomyth:divergenceRationale """The Matrix omits the Refusal of the Return because Neo's arc is
structured as an awakening narrative rather than a circular homecoming. Once Neo achieves the boon,
there is no ordinary world to be reluctant about returning to: his mission is forward-facing
liberation, not nostalgic return. The Wachowskis' choice reflects a modern, messianic hero model
(closer to the Bodhisattva who re-enters the world to liberate others) rather than Campbell's
Odyssean homecoming pattern. The absence is deliberate and thematically coherent rather than an
oversight."""@en .

<the-matrix/divergences/narrative/master-of-the-threshold> a monomyth:NarrativeDivergence ;
    rdfs:label "Master of the threshold divergence"@en ;
    monomyth:divergenceOf <the-matrix/stages/i-can-feel-you-now> ;
    monomyth:divergesFrom monomyth:TheCrossingOfTheReturnThreshold ;
    monomyth:divergenceRationale """Campbell's model assumes the hero crosses back from the special
world into the ordinary one. The Matrix inverts this: Neo re-enters the special world (the
simulation) as its sovereign, dissolving the ontological hierarchy between worlds rather than
crossing a boundary. This divergence transforms the return threshold from a spatial crossing into an
epistemological claim: the hero's return is not a physical transit but a redefinition of what "real"
means. It reflects the film's Baudrillardian foundation: if simulation and reality are ontologically
entangled, the threshold itself is the illusion."""@en .

# --- Sequential Divergences -----------

<the-matrix/divergences/sequential/escape-after-apotheosis> a monomyth:SequentialDivergence ;
    rdfs:label "Escape after apotheosis divergence"@en ;
    monomyth:divergenceOf <the-matrix/stages/mr-wizard-get-me-out-of-here> ;
    monomyth:divergesFrom monomyth:TheMagicFlight ;
    monomyth:divergenceRationale """In The Matrix, Neo's apotheosis happens in two distinct phases.
The first one, when "he's beginning to believe" and challenge Agent Smith, is not complete and it is
immediately followed by a desperate escape from Agent Smith, rather than a period of triumphant
mastery. This sequence subverts the traditional post-apotheosis narrative, where the hero typically
enjoys a moment of elevated power before facing new challenges. The Wachowskis' choice emphasizes
the precariousness of Neo's newfound abilities and the ongoing struggle against systemic oppression,
reinforcing the film's themes of resistance and resilience."""@en .

# --- Semiotic Divergences -------------

<the-matrix/divergences/semiotic/supernatural-as-epistemic> a monomyth:SemioticDivergence ;
    rdfs:label "Supernatural as Epistemic divergence"@en ;
    monomyth:divergenceOf <the-matrix/stages/let-me-tell-you-why-youre-here> ;
    monomyth:divergesFrom monomyth:SupernaturalAid ;
    monomyth:divergenceRationale """The supernatural aid appears here not as a transcendent or
magical intervention, but as privileged access to truth. Morpheus operates within the same
ontological order as Neo, yet possesses knowledge that reveals the perceived world as illusory. The
sense of the 'supernatural' arises from Neo's epistemic limitation rather than any actual breach of
natural law. Guidance is thus enacted through disclosure and cognitive rupture, shifting the role
from mystical benefactor to agent of ontological clarification within a simulated reality."""@en .

<the-matrix/divergences/semiotic/woman-as-ignorance> a monomyth:SemioticDivergence ;
    rdfs:label "Woman as Ignorance divergence"@en ;
    monomyth:divergenceOf <the-matrix/stages/ignorance-is-bliss> ;
    monomyth:divergesFrom monomyth:WomanAsTheTemptress ;
    monomyth:divergenceRationale """The Matrix subverts the traditional Woman as the Temptress
archetype by embodying the temptation to remain in ignorance not in a seductive figure, but in the
systemic choice of ignorance itself. The film's primary antagonist, Agent Smith, represents the
oppressive system that seeks to maintain control through ignorance, while Cypher's betrayal
exemplifies the allure of returning to comfortable illusion. This divergence reflects the film's
thematic focus on systemic control and the internal struggle for enlightenment, rather than external
seduction."""@en .
