From a293fc16aebcbace696adcf39bf1be4dcc7deec6 Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Tue, 28 Apr 2026 10:31:11 +0200 Subject: [PATCH 01/15] first draft of haft-khan-Rostam graph --- ontology/graphs/rostam-haft-khan.ttl | 167 +++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 ontology/graphs/rostam-haft-khan.ttl diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl new file mode 100644 index 0000000..56b7c91 --- /dev/null +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -0,0 +1,167 @@ +@base . +@prefix monomyth: . +@prefix dcterms: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix schema: . +@prefix void: . +@prefix wd: . +@prefix xsd: . + +# ============================================================================== +# ROSTAM AND THE SEVEN LABORS (Shahnameh) +# ============================================================================== + + a monomyth:NarrativeWork, + schema:CreativeWork ; + rdfs:label "Rostam and the Seven Labors (Haft Khan)"@en ; + dcterms:title "Rostam and the Seven Labors"@en ; + dcterms:creator "Ferdowsi" ; + schema:genre "Epic"@en, + "Mythology"@en ; + owl:sameAs wd:Q5637126 ; + monomyth:interpretedBy ; + rdfs:comment """A central episode in the Shahnameh where the hero Rostam undertakes seven +extraordinary tasks (Haft Khan) to rescue King Kay Kavus from the White Demon in Mazandaran."""@en . + +# --- Monomyth Expression -------------- + + a monomyth:MonomythExpression ; + rdfs:label "Rostam's Hero's Journey in the Haft Khan"@en ; + monomyth:interprets ; + monomyth:hasHero ; + monomyth:hasCharacter , + , + , + , + , + , + ; + monomyth:hasStageRealization , + , + , + , + , + , + , + , + , + , + . + +# --- Characters ----------------------- + + a monomyth:Character ; + rdfs:label "Rostam"@en ; + monomyth:heroOf ; + monomyth:embodiesArchetype monomyth:Hero ; + owl:sameAs wd:Q215165 . + + a monomyth:Character ; + rdfs:label "Rakhsh"@en ; + rdfs:comment "Rostam's legendary steed, possessing extraordinary strength and intelligence."@en ; + monomyth:characterOf ; + monomyth:embodiesArchetype monomyth:Ally ; + owl:sameAs wd:Q2036731 . + + a monomyth:Character ; + rdfs:label "Zal"@en ; + rdfs:comment "Rostam's father and former hero who provides counsel."@en ; + monomyth:characterOf ; + monomyth:embodiesArchetype monomyth:Mentor . + + a monomyth:Character ; + rdfs:label "The White Demon (Div-e Sepid)"@en ; + monomyth:characterOf ; + monomyth:embodiesArchetype monomyth:Shadow ; + owl:sameAs wd:Q4118749 . + + a monomyth:Character ; + rdfs:label "Olad"@en ; + rdfs:comment "A captured demon chieftain who becomes a guide for Rostam."@en ; + monomyth:characterOf ; + monomyth:embodiesArchetype monomyth:Herald, monomyth:Ally . + +# --- Stage Realizations --------------- + + a monomyth:StageRealization ; + rdfs:label "The Shah's Blindness"@en ; + monomyth:realizesStage monomyth:TheCallToAdventure ; + monomyth:involvesCharacter ; + monomyth:hasFitQuality monomyth:StrongFit ; + monomyth:stageRealizationOrder 1 ; + monomyth:realizationDescription """King Kay Kavus invades Mazandaran against advice and is +imprisoned and blinded by the White Demon. News of this catastrophe serves as the call for Rostam +to leave Sistan and restore order to Iran."""@en . + + a monomyth:StageRealization ; + rdfs:label "The Wisdom of Zal"@en ; + monomyth:realizesStage monomyth:SupernaturalAid ; + monomyth:involvesCharacter ; + monomyth:hasFitQuality monomyth:StrongFit ; + monomyth:stageRealizationOrder 2 ; + monomyth:realizationDescription """Zal equips Rostam with his heavy mace and legendary armor +(Babr-e Bayan), providing the hero with the physical and symbolic tools needed to survive the +unnatural realm of Mazandaran."""@en . + + a monomyth:StageRealization ; + rdfs:label "Choosing the Perilous Path"@en ; + monomyth:realizesStage monomyth:TheCrossingOfTheFirstThreshold ; + monomyth:hasFitQuality monomyth:PerfectFit ; + monomyth:stageRealizationOrder 3 ; + monomyth:realizationDescription """Rostam rejects the safe six-month route in favor of a +dangerous two-week shortcut. This choice marks his definitive crossing into a liminal space where +logic and safety are suspended."""@en . + + a monomyth:StageRealization ; + rdfs:label "The First Labor: The Lion"@en ; + monomyth:realizesStage monomyth:TheRoadOfTrials ; + monomyth:involvesCharacter ; + monomyth:hasFitQuality monomyth:StrongFit ; + monomyth:stageRealizationOrder 4 ; + monomyth:realizationDescription """While Rostam sleeps, his horse Rakhsh slays a lion. This +initial trial reinforces the partnership between hero and supernatural aid, establishing that the +journey cannot be completed by human strength alone."""@en . + + a monomyth:StageRealization ; + rdfs:label "The Fourth Labor: The Enchantress"@en ; + monomyth:realizesStage monomyth:WomanAsTheTemptress ; + monomyth:involvesCharacter ; + monomyth:hasFitQuality monomyth:StrongFit ; + monomyth:stageRealizationOrder 7 ; + monomyth:realizationDescription """Rostam finds a banquet in a glade and is approached by a +beautiful woman. Unlike traditional temptations, the illusion is shattered when Rostam invokes the +name of God, revealing her demonic form."""@en ; + monomyth:hasSemioticDivergence . + + a monomyth:StageRealization ; + rdfs:label "The Seventh Labor: The White Demon"@en ; + monomyth:realizesStage monomyth:Apotheosis ; + monomyth:involvesCharacter , + ; + monomyth:hasFitQuality monomyth:StrongFit ; + monomyth:stageRealizationOrder 10 ; + monomyth:realizationDescription """Rostam descends into the lightless cave of the White Demon. +By slaying the source of Mazandaran's sorcery, Rostam transcends his role as a mere warrior and +becomes the savior-figure of the Iranian nation."""@en . + + a monomyth:StageRealization ; + rdfs:label "The Blood Elixir"@en ; + monomyth:realizesStage monomyth:TheUltimateBoon ; + monomyth:hasFitQuality monomyth:PerfectFit ; + monomyth:stageRealizationOrder 11 ; + monomyth:realizationDescription """The blood of the White Demon's heart is a literal elixir +that restores the Shah's sight. This boon is both physical (healing blindness) and political +(restoring the legitimate sovereign's power)."""@en . + +# --- Narrative Divergences ------------ + + a monomyth:SemioticDivergence ; + rdfs:label "Divine Word as Truth divergence"@en ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:WomanAsTheTemptress ; + monomyth:divergenceRationale """In the Shahnameh, the temptation is resolved not through +psychological resistance or sexual refusal, but through ontological revelation. The invocation of +the Creator's name acts as a semiotic weapon that strips the 'special world' of its glamor, +exposing the Shadow beneath the illusion of the Temptress."""@en . \ No newline at end of file From bba2dec6ec93691ba085640a766bdd9657ca7e21 Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Tue, 28 Apr 2026 14:52:46 +0200 Subject: [PATCH 02/15] updated graph, adding details --- ontology/graphs/rostam-haft-khan.ttl | 138 +++++++++++++-------------- 1 file changed, 66 insertions(+), 72 deletions(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index 56b7c91..1d4c78c 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -13,155 +13,149 @@ # ROSTAM AND THE SEVEN LABORS (Shahnameh) # ============================================================================== - a monomyth:NarrativeWork, - schema:CreativeWork ; + a monomyth:NarrativeWork, schema:CreativeWork ; rdfs:label "Rostam and the Seven Labors (Haft Khan)"@en ; dcterms:title "Rostam and the Seven Labors"@en ; dcterms:creator "Ferdowsi" ; - schema:genre "Epic"@en, - "Mythology"@en ; + schema:genre "Epic"@en, "Mythology"@en ; owl:sameAs wd:Q5637126 ; monomyth:interpretedBy ; - rdfs:comment """A central episode in the Shahnameh where the hero Rostam undertakes seven -extraordinary tasks (Haft Khan) to rescue King Kay Kavus from the White Demon in Mazandaran."""@en . + rdfs:comment """A central episode in the Shahnameh where Rostam undertakes seven labors to rescue King Kay Kavus from the White Demon."""@en . -# --- Monomyth Expression -------------- +# --- Monomyth Expression ------------------------------------------------------- a monomyth:MonomythExpression ; rdfs:label "Rostam's Hero's Journey in the Haft Khan"@en ; monomyth:interprets ; monomyth:hasHero ; - monomyth:hasCharacter , + monomyth:hasCharacter + , , + , , - , , - , - ; - monomyth:hasStageRealization , + , + ; + monomyth:hasStageRealization + , , , - , - , - , - , - , - , - , - . + , + , + , + , + , + . -# --- Characters ----------------------- +# --- Characters --------------------------------------------------------------- a monomyth:Character ; rdfs:label "Rostam"@en ; monomyth:heroOf ; + monomyth:characterOf ; monomyth:embodiesArchetype monomyth:Hero ; owl:sameAs wd:Q215165 . a monomyth:Character ; rdfs:label "Rakhsh"@en ; - rdfs:comment "Rostam's legendary steed, possessing extraordinary strength and intelligence."@en ; monomyth:characterOf ; monomyth:embodiesArchetype monomyth:Ally ; owl:sameAs wd:Q2036731 . a monomyth:Character ; rdfs:label "Zal"@en ; - rdfs:comment "Rostam's father and former hero who provides counsel."@en ; monomyth:characterOf ; monomyth:embodiesArchetype monomyth:Mentor . + a monomyth:Character ; + rdfs:label "Kay Kavus"@en ; + monomyth:characterOf . + a monomyth:Character ; - rdfs:label "The White Demon (Div-e Sepid)"@en ; + rdfs:label "White Demon (Div-e Sepid)"@en ; monomyth:characterOf ; monomyth:embodiesArchetype monomyth:Shadow ; owl:sameAs wd:Q4118749 . a monomyth:Character ; rdfs:label "Olad"@en ; - rdfs:comment "A captured demon chieftain who becomes a guide for Rostam."@en ; monomyth:characterOf ; - monomyth:embodiesArchetype monomyth:Herald, monomyth:Ally . + monomyth:embodiesArchetype monomyth:Ally, monomyth:Herald . -# --- Stage Realizations --------------- + a monomyth:Character ; + rdfs:label "The Enchantress"@en ; + monomyth:characterOf ; + monomyth:embodiesArchetype monomyth:Temptress, monomyth:Shadow . + +# --- Stage Realizations ------------------------------------------------------- a monomyth:StageRealization ; rdfs:label "The Shah's Blindness"@en ; monomyth:realizesStage monomyth:TheCallToAdventure ; monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 1 ; - monomyth:realizationDescription """King Kay Kavus invades Mazandaran against advice and is -imprisoned and blinded by the White Demon. News of this catastrophe serves as the call for Rostam -to leave Sistan and restore order to Iran."""@en . + monomyth:stageRealizationOrder 1 . a monomyth:StageRealization ; rdfs:label "The Wisdom of Zal"@en ; monomyth:realizesStage monomyth:SupernaturalAid ; monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 2 ; - monomyth:realizationDescription """Zal equips Rostam with his heavy mace and legendary armor -(Babr-e Bayan), providing the hero with the physical and symbolic tools needed to survive the -unnatural realm of Mazandaran."""@en . + monomyth:stageRealizationOrder 2 . a monomyth:StageRealization ; rdfs:label "Choosing the Perilous Path"@en ; monomyth:realizesStage monomyth:TheCrossingOfTheFirstThreshold ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 3 ; - monomyth:realizationDescription """Rostam rejects the safe six-month route in favor of a -dangerous two-week shortcut. This choice marks his definitive crossing into a liminal space where -logic and safety are suspended."""@en . + monomyth:stageRealizationOrder 3 . - a monomyth:StageRealization ; - rdfs:label "The First Labor: The Lion"@en ; + a monomyth:StageRealization ; + rdfs:label "The Seven Labors"@en ; monomyth:realizesStage monomyth:TheRoadOfTrials ; - monomyth:involvesCharacter ; - monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 4 ; - monomyth:realizationDescription """While Rostam sleeps, his horse Rakhsh slays a lion. This -initial trial reinforces the partnership between hero and supernatural aid, establishing that the -journey cannot be completed by human strength alone."""@en . + monomyth:involvesCharacter + , + ; + monomyth:hasFitQuality monomyth:PerfectFit ; + monomyth:stageRealizationOrder 4 . - a monomyth:StageRealization ; - rdfs:label "The Fourth Labor: The Enchantress"@en ; + a monomyth:StageRealization ; + rdfs:label "The Enchantress"@en ; monomyth:realizesStage monomyth:WomanAsTheTemptress ; monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 7 ; - monomyth:realizationDescription """Rostam finds a banquet in a glade and is approached by a -beautiful woman. Unlike traditional temptations, the illusion is shattered when Rostam invokes the -name of God, revealing her demonic form."""@en ; + monomyth:stageRealizationOrder 5 ; monomyth:hasSemioticDivergence . - a monomyth:StageRealization ; - rdfs:label "The Seventh Labor: The White Demon"@en ; - monomyth:realizesStage monomyth:Apotheosis ; - monomyth:involvesCharacter , - ; + a monomyth:StageRealization ; + rdfs:label "Restoring the Shah"@en ; + monomyth:realizesStage monomyth:AtonementWithTheFather ; + monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 10 ; - monomyth:realizationDescription """Rostam descends into the lightless cave of the White Demon. -By slaying the source of Mazandaran's sorcery, Rostam transcends his role as a mere warrior and -becomes the savior-figure of the Iranian nation."""@en . + monomyth:stageRealizationOrder 6 . + + a monomyth:StageRealization ; + rdfs:label "Slaying the White Demon"@en ; + monomyth:realizesStage monomyth:Apotheosis ; + monomyth:involvesCharacter ; + monomyth:hasFitQuality monomyth:PerfectFit ; + monomyth:stageRealizationOrder 7 . a monomyth:StageRealization ; rdfs:label "The Blood Elixir"@en ; monomyth:realizesStage monomyth:TheUltimateBoon ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 11 ; - monomyth:realizationDescription """The blood of the White Demon's heart is a literal elixir -that restores the Shah's sight. This boon is both physical (healing blindness) and political -(restoring the legitimate sovereign's power)."""@en . + monomyth:stageRealizationOrder 8 . + + a monomyth:StageRealization ; + rdfs:label "Return and Restoration"@en ; + monomyth:realizesStage monomyth:FreedomToLive ; + monomyth:hasFitQuality monomyth:StrongFit ; + monomyth:stageRealizationOrder 9 . -# --- Narrative Divergences ------------ +# --- Divergences -------------------------------------------------------------- a monomyth:SemioticDivergence ; rdfs:label "Divine Word as Truth divergence"@en ; - monomyth:divergenceOf ; + monomyth:divergenceOf ; monomyth:divergesFrom monomyth:WomanAsTheTemptress ; - monomyth:divergenceRationale """In the Shahnameh, the temptation is resolved not through -psychological resistance or sexual refusal, but through ontological revelation. The invocation of -the Creator's name acts as a semiotic weapon that strips the 'special world' of its glamor, -exposing the Shadow beneath the illusion of the Temptress."""@en . \ No newline at end of file + monomyth:divergenceRationale """Temptation is resolved through invocation of divine truth rather than psychological resistance."""@en . \ No newline at end of file From 8f0487a4261fdd0fed3af01cd5f9e235759e630a Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Tue, 28 Apr 2026 15:46:42 +0200 Subject: [PATCH 03/15] updated wikidata id --- ontology/graphs/rostam-haft-khan.ttl | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index 1d4c78c..e8e30f9 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -18,7 +18,7 @@ dcterms:title "Rostam and the Seven Labors"@en ; dcterms:creator "Ferdowsi" ; schema:genre "Epic"@en, "Mythology"@en ; - owl:sameAs wd:Q5637126 ; + owl:sameAs wd:Q4119480 ; monomyth:interpretedBy ; rdfs:comment """A central episode in the Shahnameh where Rostam undertakes seven labors to rescue King Kay Kavus from the White Demon."""@en . @@ -54,33 +54,35 @@ monomyth:heroOf ; monomyth:characterOf ; monomyth:embodiesArchetype monomyth:Hero ; - owl:sameAs wd:Q215165 . + owl:sameAs wd:Q60062 . a monomyth:Character ; rdfs:label "Rakhsh"@en ; monomyth:characterOf ; monomyth:embodiesArchetype monomyth:Ally ; - owl:sameAs wd:Q2036731 . + owl:sameAs wd:Q19943974 . a monomyth:Character ; rdfs:label "Zal"@en ; monomyth:characterOf ; - monomyth:embodiesArchetype monomyth:Mentor . + monomyth:embodiesArchetype monomyth:Mentor ; + owl:sameAs wd:Q144903 . a monomyth:Character ; rdfs:label "Kay Kavus"@en ; - monomyth:characterOf . + monomyth:characterOf ; + owl:sameAs wd:Q1338913. a monomyth:Character ; rdfs:label "White Demon (Div-e Sepid)"@en ; monomyth:characterOf ; monomyth:embodiesArchetype monomyth:Shadow ; - owl:sameAs wd:Q4118749 . + owl:sameAs wd:Q1632732 . a monomyth:Character ; rdfs:label "Olad"@en ; monomyth:characterOf ; - monomyth:embodiesArchetype monomyth:Ally, monomyth:Herald . + monomyth:embodiesArchetype monomyth:Ally, monomyth:Herald ; a monomyth:Character ; rdfs:label "The Enchantress"@en ; From 7e97e05538b30967168e37c68283c26cb9082774 Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Tue, 28 Apr 2026 15:54:29 +0200 Subject: [PATCH 04/15] minor fixes on characters --- ontology/graphs/rostam-haft-khan.ttl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index e8e30f9..69c0ba1 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -71,7 +71,7 @@ a monomyth:Character ; rdfs:label "Kay Kavus"@en ; monomyth:characterOf ; - owl:sameAs wd:Q1338913. + owl:sameAs wd:Q1338913 . a monomyth:Character ; rdfs:label "White Demon (Div-e Sepid)"@en ; @@ -82,12 +82,13 @@ a monomyth:Character ; rdfs:label "Olad"@en ; monomyth:characterOf ; - monomyth:embodiesArchetype monomyth:Ally, monomyth:Herald ; + monomyth:embodiesArchetype monomyth:Ally, monomyth:Herald . a monomyth:Character ; rdfs:label "The Enchantress"@en ; monomyth:characterOf ; - monomyth:embodiesArchetype monomyth:Temptress, monomyth:Shadow . + monomyth:embodiesArchetype monomyth:Shapeshifter, monomyth:Shadow . + # --- Stage Realizations ------------------------------------------------------- From e3c668465b787356f8e2531aaea001c89dec521f Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Tue, 28 Apr 2026 17:10:42 +0200 Subject: [PATCH 05/15] added stage descriptions --- ontology/graphs/rostam-haft-khan.ttl | 43 +++++++++++++++++----------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index 69c0ba1..3690697 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -88,7 +88,6 @@ rdfs:label "The Enchantress"@en ; monomyth:characterOf ; monomyth:embodiesArchetype monomyth:Shapeshifter, monomyth:Shadow . - # --- Stage Realizations ------------------------------------------------------- @@ -97,65 +96,75 @@ monomyth:realizesStage monomyth:TheCallToAdventure ; monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 1 . + monomyth:stageRealizationOrder 1 ; + monomyth:realizationDescription """King Kay Kavus, driven by arrogance, invades Mazandaran and is defeated, captured, and blinded by demonic sorcery. His fall destabilizes the Iranian world and becomes the catalyst that summons Rostam to act as restorer of order."""@en . a monomyth:StageRealization ; rdfs:label "The Wisdom of Zal"@en ; monomyth:realizesStage monomyth:SupernaturalAid ; - monomyth:involvesCharacter ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 2 . + monomyth:stageRealizationOrder 2 ; + monomyth:realizationDescription """Zal prepares Rostam with weapons, armor, and knowledge of Mazandaran, equipping him to face a world governed by illusion and demonic forces rather than ordinary reality."""@en . a monomyth:StageRealization ; rdfs:label "Choosing the Perilous Path"@en ; monomyth:realizesStage monomyth:TheCrossingOfTheFirstThreshold ; + monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 3 . + monomyth:stageRealizationOrder 3 ; + monomyth:realizationDescription """Rostam chooses the dangerous shortcut to Mazandaran, consciously abandoning safety and entering a liminal realm of intensified danger and supernatural distortion."""@en . a monomyth:StageRealization ; rdfs:label "The Seven Labors"@en ; monomyth:realizesStage monomyth:TheRoadOfTrials ; - monomyth:involvesCharacter - , - ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 4 . + monomyth:stageRealizationOrder 4 ; + monomyth:realizationDescription """Rostam undergoes a sequence of escalating trials: Rakhsh kills a lion while Rostam sleeps, a deadly desert nearly kills him before divine aid provides water, and a dragon attacks repeatedly in darkness until Rostam defeats it. These trials dismantle the illusion of solitary heroism and reveal the necessity of endurance, divine favor, and companionship."""@en . a monomyth:StageRealization ; rdfs:label "The Enchantress"@en ; monomyth:realizesStage monomyth:WomanAsTheTemptress ; - monomyth:involvesCharacter ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; monomyth:stageRealizationOrder 5 ; + monomyth:realizationDescription """Rostam encounters a deceptive banquet and a beautiful woman who is revealed as a demon when he invokes God’s name, exposing illusion as false reality."""@en ; monomyth:hasSemioticDivergence . a monomyth:StageRealization ; rdfs:label "Restoring the Shah"@en ; monomyth:realizesStage monomyth:AtonementWithTheFather ; - monomyth:involvesCharacter ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 6 . + monomyth:stageRealizationOrder 6 ; + monomyth:realizationDescription """Rostam reaches the blinded Shah and assumes responsibility for restoring him, transforming royal authority by demonstrating that legitimacy must be actively defended rather than passively held."""@en . a monomyth:StageRealization ; rdfs:label "Slaying the White Demon"@en ; monomyth:realizesStage monomyth:Apotheosis ; - monomyth:involvesCharacter ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 7 . + monomyth:stageRealizationOrder 7 ; + monomyth:realizationDescription """Rostam kills the White Demon in its cave, destroying the source of Mazandaran’s sorcery and elevating himself into a figure capable of restoring order at a systemic level."""@en . a monomyth:StageRealization ; rdfs:label "The Blood Elixir"@en ; monomyth:realizesStage monomyth:TheUltimateBoon ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 8 . + monomyth:stageRealizationOrder 8 ; + monomyth:realizationDescription """The blood of the White Demon restores the Shah’s sight, functioning as a literal and symbolic elixir that re-establishes order, perception, and sovereignty."""@en . a monomyth:StageRealization ; rdfs:label "Return and Restoration"@en ; monomyth:realizesStage monomyth:FreedomToLive ; + monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 9 . + monomyth:stageRealizationOrder 9 ; + monomyth:realizationDescription """Rostam returns from Mazandaran having restored order, emerging not merely as a hero but as the guarantor of Iran’s stability and future."""@en . -# --- Divergences -------------------------------------------------------------- +# --- Divergence -------------------------------------------------------------- a monomyth:SemioticDivergence ; rdfs:label "Divine Word as Truth divergence"@en ; From 76487e8c75c7ccd0b889d4bdd51d57537bcfde2b Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Wed, 29 Apr 2026 16:27:01 +0200 Subject: [PATCH 06/15] edited stage realizations and absent fits --- ontology/graphs/rostam-haft-khan.ttl | 143 ++++++++++++++++++++++++--- 1 file changed, 130 insertions(+), 13 deletions(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index 3690697..e6ba6ef 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -97,14 +97,22 @@ monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:StrongFit ; monomyth:stageRealizationOrder 1 ; - monomyth:realizationDescription """King Kay Kavus, driven by arrogance, invades Mazandaran and is defeated, captured, and blinded by demonic sorcery. His fall destabilizes the Iranian world and becomes the catalyst that summons Rostam to act as restorer of order."""@en . + monomyth:realizationDescription """King Kay Kavus, driven by arrogance, invades Mazandaran and is defeated, captured, and blinded by demonic sorcery. + His fall destabilizes the Iranian world and becomes the catalyst that summons Rostam to act as restorer of order."""@en . + + a monomyth:StageRealization ; + rdfs:label "Refusal of the Call"@en ; + monomyth:realizesStage monomyth:RefusalOfTheCall ; + monomyth:hasFitQuality monomyth:AbsentFit ; + monomyth:stageRealizationOrder 2 ; + rdfs:comment "Rostam does not significantly refuse the call; his duty to the Shah and Iran leads to immediate acceptance after the initial shock of the news."@en . a monomyth:StageRealization ; rdfs:label "The Wisdom of Zal"@en ; monomyth:realizesStage monomyth:SupernaturalAid ; monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 2 ; + monomyth:stageRealizationOrder 3 ; monomyth:realizationDescription """Zal prepares Rostam with weapons, armor, and knowledge of Mazandaran, equipping him to face a world governed by illusion and demonic forces rather than ordinary reality."""@en . a monomyth:StageRealization ; @@ -112,32 +120,48 @@ monomyth:realizesStage monomyth:TheCrossingOfTheFirstThreshold ; monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 3 ; + monomyth:stageRealizationOrder 4 ; monomyth:realizationDescription """Rostam chooses the dangerous shortcut to Mazandaran, consciously abandoning safety and entering a liminal realm of intensified danger and supernatural distortion."""@en . + a monomyth:StageRealization ; + rdfs:label "The Belly of the Whale"@en ; + monomyth:realizesStage monomyth:TheBellyOfTheWhale ; + monomyth:hasFitQuality monomyth:AbsentFit ; + monomyth:stageRealizationOrder 5 ; + rdfs:comment "There is no singular moment of symbolic death/swallowing before the trials begin; the transition is handled by the choice of the perilous path."@en . + a monomyth:StageRealization ; rdfs:label "The Seven Labors"@en ; monomyth:realizesStage monomyth:TheRoadOfTrials ; monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 4 ; + monomyth:stageRealizationOrder 6 ; monomyth:realizationDescription """Rostam undergoes a sequence of escalating trials: Rakhsh kills a lion while Rostam sleeps, a deadly desert nearly kills him before divine aid provides water, and a dragon attacks repeatedly in darkness until Rostam defeats it. These trials dismantle the illusion of solitary heroism and reveal the necessity of endurance, divine favor, and companionship."""@en . + a monomyth:StageRealization ; + rdfs:label "The Meeting with the Goddess"@en ; + monomyth:realizesStage monomyth:TheMeetingWithTheGoddess ; + monomyth:hasFitQuality monomyth:AbsentFit ; + monomyth:stageRealizationOrder 7 ; + rdfs:comment "The narrative focuses on trials and demonic combat rather than a meeting with a nurturing feminine embodiment of totality."@en . + a monomyth:StageRealization ; rdfs:label "The Enchantress"@en ; monomyth:realizesStage monomyth:WomanAsTheTemptress ; monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 5 ; + monomyth:stageRealizationOrder 8 ; monomyth:realizationDescription """Rostam encounters a deceptive banquet and a beautiful woman who is revealed as a demon when he invokes God’s name, exposing illusion as false reality."""@en ; monomyth:hasSemioticDivergence . + + a monomyth:StageRealization ; rdfs:label "Restoring the Shah"@en ; monomyth:realizesStage monomyth:AtonementWithTheFather ; monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 6 ; + monomyth:stageRealizationOrder 9 ; monomyth:realizationDescription """Rostam reaches the blinded Shah and assumes responsibility for restoring him, transforming royal authority by demonstrating that legitimacy must be actively defended rather than passively held."""@en . a monomyth:StageRealization ; @@ -145,7 +169,7 @@ monomyth:realizesStage monomyth:Apotheosis ; monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 7 ; + monomyth:stageRealizationOrder 10 ; monomyth:realizationDescription """Rostam kills the White Demon in its cave, destroying the source of Mazandaran’s sorcery and elevating himself into a figure capable of restoring order at a systemic level."""@en . a monomyth:StageRealization ; @@ -153,21 +177,114 @@ monomyth:realizesStage monomyth:TheUltimateBoon ; monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 8 ; + monomyth:stageRealizationOrder 11 ; monomyth:realizationDescription """The blood of the White Demon restores the Shah’s sight, functioning as a literal and symbolic elixir that re-establishes order, perception, and sovereignty."""@en . + a monomyth:StageRealization ; + rdfs:label "Refusal of the Return"@en ; + monomyth:realizesStage monomyth:RefusalOfTheReturn ; + monomyth:hasFitQuality monomyth:AbsentFit ; + monomyth:stageRealizationOrder 12 ; + rdfs:comment "Rostam shows no reluctance to return; his goal is the restoration of the Iranian court, which he pursues immediately after the victory."@en . + + a monomyth:StageRealization ; + rdfs:label "The Magic Flight"@en ; + monomyth:realizesStage monomyth:TheMagicFlight ; + monomyth:hasFitQuality monomyth:AbsentFit ; + monomyth:stageRealizationOrder 13 ; + rdfs:comment "The return journey is not depicted as a perilous escape or pursuit; the defeat of the White Demon effectively clears the path."@en . + + a monomyth:StageRealization ; + rdfs:label "Rescue from Without"@en ; + monomyth:realizesStage monomyth:RescueFromWithout ; + monomyth:hasFitQuality monomyth:AbsentFit ; + monomyth:stageRealizationOrder 14 ; + rdfs:comment "Rostam requires no external rescue to return to the ordinary world; his own strength and the restoration of the Shah's army suffice."@en . + + a monomyth:StageRealization ; + rdfs:label "The Crossing of the Return Threshold"@en ; + monomyth:realizesStage monomyth:TheCrossingOfTheReturnThreshold ; + monomyth:hasFitQuality monomyth:AbsentFit ; + monomyth:stageRealizationOrder 15 ; + rdfs:comment "The narrative transitions directly to the restoration of the throne without focusing on the difficulties of re-integrating into common society."@en . + + a monomyth:StageRealization ; + rdfs:label "Master of the Two Worlds"@en ; + monomyth:realizesStage monomyth:MasterOfTheTwoWorlds ; + monomyth:hasFitQuality monomyth:AbsentFit ; + monomyth:stageRealizationOrder 16 ; + rdfs:comment "While Rostam is the supreme hero, the story concludes with political restoration rather than a meditation on his mastery over both the divine and mundane realms."@en . + a monomyth:StageRealization ; rdfs:label "Return and Restoration"@en ; monomyth:realizesStage monomyth:FreedomToLive ; monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 9 ; + monomyth:stageRealizationOrder 17 ; monomyth:realizationDescription """Rostam returns from Mazandaran having restored order, emerging not merely as a hero but as the guarantor of Iran’s stability and future."""@en . -# --- Divergence -------------------------------------------------------------- +# --- Narrative Divergences ---------------------------------------------------- + + a monomyth:NarrativeDivergence ; + rdfs:label "Distributed Trials divergence"@en ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:TheRoadOfTrials ; + monomyth:divergenceRationale """Unlike the classical monomyth where trials often center on the hero's individual transformation, the Haft Khan distributes agency across both Rostam and Rakhsh. + The horse repeatedly acts independently—slaying the lion, detecting danger, and compensating for Rostam’s moments of vulnerability. This reframes the heroic journey as a cooperative system rather than a singular ascent, + challenging the assumption of isolated heroism embedded in Campbell’s model. this said, but it doesn't mean that the story has two hero figures. Rostam is still the main character and the hero of the story, + but he is not the only one who acts heroically."""@en . - a monomyth:SemioticDivergence ; - rdfs:label "Divine Word as Truth divergence"@en ; + a monomyth:NarrativeDivergence ; + rdfs:label "Epistemic Temptation divergence"@en ; monomyth:divergenceOf ; monomyth:divergesFrom monomyth:WomanAsTheTemptress ; - monomyth:divergenceRationale """Temptation is resolved through invocation of divine truth rather than psychological resistance."""@en . \ No newline at end of file + monomyth:divergenceRationale """The temptation in the Haft Khan is not sustained through emotional or sensual attachment but appears as a brief illusion that collapses immediately under divine invocation. + The narrative minimizes psychological struggle and instead frames temptation as a problem of perception: the danger lies in mistaking illusion for reality. + This produces a compressed and epistemological version of the temptress stage rather than an extended moral or emotional conflict."""@en . + + a monomyth:NarrativeDivergence ; + rdfs:label "Authority Reversal divergence"@en ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:AtonementWithTheFather ; + monomyth:divergenceRationale """In the classical model, atonement involves reconciliation with a superior authority figure. + In the Haft Khan, this hierarchy is inverted: Kay Kavus is not a source of wisdom but a failed ruler whose blindness symbolizes his earlier hubris. + Rostam’s role is not to submit but to restore and effectively supersede royal authority. The stage becomes an assertion of functional legitimacy over inherited power, transforming atonement into a political reconfiguration."""@en . + + a monomyth:NarrativeDivergence ; + rdfs:label "Immediate Boon divergence"@en ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:TheUltimateBoon ; + monomyth:divergenceRationale """In many monomyth narratives, the boon requires transport, protection, or negotiation before it can be applied. + In the Haft Khan, the boon is immediately usable: the blood of the White Demon directly restores the Shah’s sight without delay or further complication. + This compresses the post-apotheosis phase and removes the narrative tension typically associated with securing and delivering the reward."""@en . + + +# --- Sequential Divergence ---------------------------------------------------- + + a monomyth:SequentialDivergence ; + rdfs:label "Compressed Return divergence"@en ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:TheMagicFlight ; + monomyth:divergenceRationale """The Haft Khan omits an extended escape or pursuit sequence following the acquisition of the boon. + Once the White Demon is slain and the Shah is restored, the narrative transitions directly to resolution without a prolonged return journey. + This compression eliminates the tension typically associated with the hero’s escape and reflects the epic’s structural priority on restoration over suspense."""@en . + +# --- Semiotic Divergences ----------------------------------------------------- + + a monomyth:SemioticDivergence ; + rdfs:label "Trials as Ontological Testing divergence"@en ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:TheRoadOfTrials ; + monomyth:divergenceRationale """In the classical monomyth, the Road of Trials primarily functions as a sequence of challenges that refine the hero’s strength, skill, and moral resilience. + In the Haft Khan, the trials instead operate as tests of ontological stability: the hero is repeatedly placed in situations where the boundaries between reality and illusion collapse. + The desert produces mirage and near-death hallucination, the dragon appears and disappears in darkness, and survival depends not only on strength but on correctly interpreting a world that resists stable perception. + The trials therefore signify not just external obstacles but a confrontation with an unstable reality, where knowing what is real becomes as crucial as overcoming physical threats."""@en . + + a monomyth:SemioticDivergence ; + rdfs:label "Apotheosis as Restoration divergence"@en ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:Apotheosis ; + monomyth:divergenceRationale """In Campbell’s model, apotheosis signifies an inner transformation in which the hero attains enlightenment, transcendence, or divine awareness. + In the Haft Khan, apotheosis is externalized and functional: Rostam’s slaying of the White Demon does not primarily produce a new state of consciousness, but instead restores order to a corrupted world. + The act collapses a system of enchantment and re-establishes a stable reality rather than elevating the hero into a metaphysical plane. + Apotheosis here is not a movement beyond the world, but a reconstitution of it, shifting the emphasis from inner transcendence to world-restoring agency."""@en . \ No newline at end of file From 42e47c8596baa0f19e39e3a03099f62f7d245c0b Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Fri, 1 May 2026 20:59:36 +0200 Subject: [PATCH 07/15] structural stage and description changes --- ontology/graphs/rostam-haft-khan.ttl | 323 ++++++++++++--------------- 1 file changed, 139 insertions(+), 184 deletions(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index e6ba6ef..5b5912e 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -2,12 +2,9 @@ @prefix monomyth: . @prefix dcterms: . @prefix owl: . -@prefix rdf: . @prefix rdfs: . @prefix schema: . -@prefix void: . @prefix wd: . -@prefix xsd: . # ============================================================================== # ROSTAM AND THE SEVEN LABORS (Shahnameh) @@ -18,273 +15,231 @@ dcterms:title "Rostam and the Seven Labors"@en ; dcterms:creator "Ferdowsi" ; schema:genre "Epic"@en, "Mythology"@en ; - owl:sameAs wd:Q4119480 ; + owl:sameAs wd:Q5637126 ; monomyth:interpretedBy ; - rdfs:comment """A central episode in the Shahnameh where Rostam undertakes seven labors to rescue King Kay Kavus from the White Demon."""@en . + rdfs:comment """A central episode in the Shahnameh where Rostam undertakes seven extraordinary labors (Haft Khan) to rescue King Kay Kavus from the White Demon in Mazandaran."""@en . # --- Monomyth Expression ------------------------------------------------------- a monomyth:MonomythExpression ; - rdfs:label "Rostam's Hero's Journey in the Haft Khan"@en ; + rdfs:label "Rostam's Hero's Journey (19-Step Chronology)"@en ; monomyth:interprets ; monomyth:hasHero ; monomyth:hasCharacter - , - , - , - , - , - , - ; + , , + , , + , , + ; monomyth:hasStageRealization - , - , - , - , - , - , - , - , - . + , , + , , + , , + , , + , , + , , + , , + , , + , , + . # --- Characters --------------------------------------------------------------- a monomyth:Character ; rdfs:label "Rostam"@en ; - monomyth:heroOf ; - monomyth:characterOf ; monomyth:embodiesArchetype monomyth:Hero ; owl:sameAs wd:Q60062 . a monomyth:Character ; rdfs:label "Rakhsh"@en ; - monomyth:characterOf ; monomyth:embodiesArchetype monomyth:Ally ; - owl:sameAs wd:Q19943974 . + owl:sameAs wd:Q630911 . a monomyth:Character ; rdfs:label "Zal"@en ; - monomyth:characterOf ; monomyth:embodiesArchetype monomyth:Mentor ; owl:sameAs wd:Q144903 . a monomyth:Character ; rdfs:label "Kay Kavus"@en ; - monomyth:characterOf ; owl:sameAs wd:Q1338913 . a monomyth:Character ; - rdfs:label "White Demon (Div-e Sepid)"@en ; - monomyth:characterOf ; + rdfs:label "The White Demon (Div-e Sepid)"@en ; monomyth:embodiesArchetype monomyth:Shadow ; owl:sameAs wd:Q1632732 . a monomyth:Character ; - rdfs:label "Olad"@en ; - monomyth:characterOf ; - monomyth:embodiesArchetype monomyth:Ally, monomyth:Herald . + rdfs:label "Olad Deev"@en ; + monomyth:embodiesArchetype monomyth:Shapeshifter, monomyth:Ally, monomyth:Herald ; + rdfs:comment "A demon champion who transitions from Shadow to Ally after being conquered."@en . + + a monomyth:Character ; + rdfs:label "The Sorceress"@en ; + monomyth:embodiesArchetype monomyth:Shapeshifter, monomyth:Shadow ; + owl:sameAs wd:Q1616828 . - a monomyth:Character ; - rdfs:label "The Enchantress"@en ; - monomyth:characterOf ; - monomyth:embodiesArchetype monomyth:Shapeshifter, monomyth:Shadow . # --- Stage Realizations ------------------------------------------------------- - a monomyth:StageRealization ; - rdfs:label "The Shah's Blindness"@en ; - monomyth:realizesStage monomyth:TheCallToAdventure ; - monomyth:involvesCharacter ; - monomyth:hasFitQuality monomyth:StrongFit ; + a monomyth:StageRealization ; monomyth:stageRealizationOrder 1 ; - monomyth:realizationDescription """King Kay Kavus, driven by arrogance, invades Mazandaran and is defeated, captured, and blinded by demonic sorcery. - His fall destabilizes the Iranian world and becomes the catalyst that summons Rostam to act as restorer of order."""@en . + monomyth:realizesStage monomyth:TheCallToAdventure ; + monomyth:hasFitQuality monomyth:PerfectFit ; + monomyth:realizationDescription """Consumed by hubris, King Kay Kavus invades Mazandaran and is blinded/imprisoned by the White Demon. His desperate letter to Zal serves as the call for Rostam."""@en . - a monomyth:StageRealization ; - rdfs:label "Refusal of the Call"@en ; - monomyth:realizesStage monomyth:RefusalOfTheCall ; - monomyth:hasFitQuality monomyth:AbsentFit ; + a monomyth:StageRealization ; monomyth:stageRealizationOrder 2 ; - rdfs:comment "Rostam does not significantly refuse the call; his duty to the Shah and Iran leads to immediate acceptance after the initial shock of the news."@en . + monomyth:realizesStage monomyth:RefusalOfTheCall ; + monomyth:hasFitQuality monomyth:StrongFit ; + monomyth:realizationDescription """The 'Short Path' is described as a seven-day journey filled with supernatural death traps, necessitating a moment of choice and psychological preparation for Rostam."""@en . - a monomyth:StageRealization ; - rdfs:label "The Wisdom of Zal"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 3 ; monomyth:realizesStage monomyth:SupernaturalAid ; - monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 3 ; - monomyth:realizationDescription """Zal prepares Rostam with weapons, armor, and knowledge of Mazandaran, equipping him to face a world governed by illusion and demonic forces rather than ordinary reality."""@en . + monomyth:hasNarrativeDivergence ; + monomyth:realizationDescription """Zal provides weapons and armor, while Rakhsh serves as the autonomous supernatural ally who protects the hero even when he is unconscious."""@en . - a monomyth:StageRealization ; - rdfs:label "Choosing the Perilous Path"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 4 ; monomyth:realizesStage monomyth:TheCrossingOfTheFirstThreshold ; - monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 4 ; - monomyth:realizationDescription """Rostam chooses the dangerous shortcut to Mazandaran, consciously abandoning safety and entering a liminal realm of intensified danger and supernatural distortion."""@en . + monomyth:realizationDescription """Rostam definitively crosses the threshold into the realm of sorcery by choosing the perilous 'Short Path' and mounting Rakhsh."""@en . - a monomyth:StageRealization ; - rdfs:label "The Belly of the Whale"@en ; - monomyth:realizesStage monomyth:TheBellyOfTheWhale ; - monomyth:hasFitQuality monomyth:AbsentFit ; + a monomyth:StageRealization ; monomyth:stageRealizationOrder 5 ; - rdfs:comment "There is no singular moment of symbolic death/swallowing before the trials begin; the transition is handled by the choice of the perilous path."@en . + monomyth:realizesStage monomyth:TheBellyOfTheWhale ; + monomyth:hasFitQuality monomyth:ModerateFit ; + monomyth:hasSemioticDivergence ; + monomyth:realizationDescription """Rostam falls into a deep sleep in the reeds, a state of vulnerability that represents his entry into the life-threatening darkness of Mazandaran."""@en . - a monomyth:StageRealization ; - rdfs:label "The Seven Labors"@en ; - monomyth:realizesStage monomyth:TheRoadOfTrials ; - monomyth:involvesCharacter , ; - monomyth:hasFitQuality monomyth:PerfectFit ; + a monomyth:StageRealization ; monomyth:stageRealizationOrder 6 ; - monomyth:realizationDescription """Rostam undergoes a sequence of escalating trials: Rakhsh kills a lion while Rostam sleeps, a deadly desert nearly kills him before divine aid provides water, and a dragon attacks repeatedly in darkness until Rostam defeats it. These trials dismantle the illusion of solitary heroism and reveal the necessity of endurance, divine favor, and companionship."""@en . + monomyth:realizesStage monomyth:TheRoadOfTrials ; + monomyth:hasFitQuality monomyth:StrongFit ; + monomyth:hasSemioticDivergence ; + monomyth:realizationDescription """Khans 1, 2, and 3: Rakhsh slays a lion; God provides a wild ram to lead a dehydrated Rostam to water; Rostam decapitates an eighty-foot dragon."""@en . - a monomyth:StageRealization ; - rdfs:label "The Meeting with the Goddess"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 7 ; monomyth:realizesStage monomyth:TheMeetingWithTheGoddess ; monomyth:hasFitQuality monomyth:AbsentFit ; - monomyth:stageRealizationOrder 7 ; - rdfs:comment "The narrative focuses on trials and demonic combat rather than a meeting with a nurturing feminine embodiment of totality."@en . + monomyth:realizationDescription """The narrative lacks a nurturing feminine figure, focusing instead on the aggressive sorcery of the land."""@en . - a monomyth:StageRealization ; - rdfs:label "The Enchantress"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 8 ; monomyth:realizesStage monomyth:WomanAsTheTemptress ; - monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 8 ; - monomyth:realizationDescription """Rostam encounters a deceptive banquet and a beautiful woman who is revealed as a demon when he invokes God’s name, exposing illusion as false reality."""@en ; - monomyth:hasSemioticDivergence . - + monomyth:hasSemioticDivergence ; + monomyth:realizationDescription """Khan 4: Rostam finds a magical banquet. He sings to a lute before a sorceress appears. She is revealed and slain only when Rostam toasts to the Name of God."""@en . + + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 9 ; + monomyth:realizesStage monomyth:TheRoadOfTrials ; + monomyth:involvesCharacter ; + monomyth:hasSequentialDivergence ; + monomyth:hasNarrativeDivergence ; + monomyth:realizationDescription """Khan 5: Rostam conquers Olad Deev, tearing off a keeper's ears and binding the champion to force him into service as a guide."""@en . + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 10 ; + monomyth:realizesStage monomyth:TheRoadOfTrials ; + monomyth:realizationDescription """Khan 6: Rostam slays Arzhang Div, the general of the demons, by pulling his hair and tearing his head off, causing 12,000 demons to flee."""@en . - a monomyth:StageRealization ; - rdfs:label "Restoring the Shah"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 11 ; monomyth:realizesStage monomyth:AtonementWithTheFather ; - monomyth:involvesCharacter , ; - monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 9 ; - monomyth:realizationDescription """Rostam reaches the blinded Shah and assumes responsibility for restoring him, transforming royal authority by demonstrating that legitimacy must be actively defended rather than passively held."""@en . + monomyth:involvesCharacter ; + monomyth:hasNarrativeDivergence ; + monomyth:realizationDescription """Rostam enters the pit of the blind King. The King commands the hero to harvest the White Demon's liver, setting the terms for atonement and restoration."""@en . - a monomyth:StageRealization ; - rdfs:label "Slaying the White Demon"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 12 ; monomyth:realizesStage monomyth:Apotheosis ; - monomyth:involvesCharacter , ; - monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 10 ; - monomyth:realizationDescription """Rostam kills the White Demon in its cave, destroying the source of Mazandaran’s sorcery and elevating himself into a figure capable of restoring order at a systemic level."""@en . + monomyth:realizationDescription """Khan 7: Rostam descends into the pitch-black cave of the White Demon, a space of literal and symbolic transcendence where human and demon engage in a titanic struggle."""@en . - a monomyth:StageRealization ; - rdfs:label "The Blood Elixir"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 13 ; monomyth:realizesStage monomyth:TheUltimateBoon ; - monomyth:involvesCharacter , ; - monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:stageRealizationOrder 11 ; - monomyth:realizationDescription """The blood of the White Demon restores the Shah’s sight, functioning as a literal and symbolic elixir that re-establishes order, perception, and sovereignty."""@en . + monomyth:realizationDescription """Rostam slams the White Demon and cuts out its liver. The blood is the ultimate elixir that restores the sight of the King and his army."""@en . - a monomyth:StageRealization ; - rdfs:label "Refusal of the Return"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 14 ; monomyth:realizesStage monomyth:RefusalOfTheReturn ; monomyth:hasFitQuality monomyth:AbsentFit ; - monomyth:stageRealizationOrder 12 ; - rdfs:comment "Rostam shows no reluctance to return; his goal is the restoration of the Iranian court, which he pursues immediately after the victory."@en . + monomyth:realizationDescription """Rostam shows no hesitation in returning; his duty to Iran and the King necessitates an immediate exit from the demon realm."""@en . - a monomyth:StageRealization ; - rdfs:label "The Magic Flight"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 15 ; monomyth:realizesStage monomyth:TheMagicFlight ; - monomyth:hasFitQuality monomyth:AbsentFit ; - monomyth:stageRealizationOrder 13 ; - rdfs:comment "The return journey is not depicted as a perilous escape or pursuit; the defeat of the White Demon effectively clears the path."@en . + monomyth:hasNarrativeDivergence ; + monomyth:realizationDescription """The 'Magic Flight' is delayed by a final war. Rostam defeats the King of Mazandaran even after the king transforms himself into an unbreakable stone."""@en . - a monomyth:StageRealization ; - rdfs:label "Rescue from Without"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 16 ; monomyth:realizesStage monomyth:RescueFromWithout ; monomyth:hasFitQuality monomyth:AbsentFit ; - monomyth:stageRealizationOrder 14 ; - rdfs:comment "Rostam requires no external rescue to return to the ordinary world; his own strength and the restoration of the Shah's army suffice."@en . + monomyth:realizationDescription """As the world-champion, Rostam is the source of rescue; he cannot be rescued by an external force."""@en . - a monomyth:StageRealization ; - rdfs:label "The Crossing of the Return Threshold"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 17 ; monomyth:realizesStage monomyth:TheCrossingOfTheReturnThreshold ; - monomyth:hasFitQuality monomyth:AbsentFit ; - monomyth:stageRealizationOrder 15 ; - rdfs:comment "The narrative transitions directly to the restoration of the throne without focusing on the difficulties of re-integrating into common society."@en . + monomyth:realizationDescription """Rostam and the King return to the capital, Estakhr, where the populace celebrates by throwing gold and wine."""@en . - a monomyth:StageRealization ; - rdfs:label "Master of the Two Worlds"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 18 ; monomyth:realizesStage monomyth:MasterOfTheTwoWorlds ; - monomyth:hasFitQuality monomyth:AbsentFit ; - monomyth:stageRealizationOrder 16 ; - rdfs:comment "While Rostam is the supreme hero, the story concludes with political restoration rather than a meditation on his mastery over both the divine and mundane realms."@en . + monomyth:hasNarrativeDivergence ; + monomyth:realizationDescription """By appointing Olad as King of Mazandaran and returning to Iran, Rostam demonstrates mastery over both the supernatural and political orders."""@en . - a monomyth:StageRealization ; - rdfs:label "Return and Restoration"@en ; + a monomyth:StageRealization ; + monomyth:stageRealizationOrder 19 ; monomyth:realizesStage monomyth:FreedomToLive ; - monomyth:involvesCharacter ; - monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:stageRealizationOrder 17 ; - monomyth:realizationDescription """Rostam returns from Mazandaran having restored order, emerging not merely as a hero but as the guarantor of Iran’s stability and future."""@en . + monomyth:realizationDescription """Order is restored and sight is returned, though the King’s folly remains an existential warning for the future of the land."""@en . + +# --- Divergences -------------------------------------------------------------- + + a monomyth:NarrativeDivergence ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:SupernaturalAid ; + monomyth:divergenceRationale """Aid is provided not only by a mentor but by a sentient animal ally who possesses independent agency and saves the hero multiple times."""@en . -# --- Narrative Divergences ---------------------------------------------------- + a monomyth:SemioticDivergence ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:TheBellyOfTheWhale ; + monomyth:divergenceRationale """The 'whale' is not a physical interior but the semiotic state of deep sleep in a predator-filled marshland, marking the threshold of death."""@en . - a monomyth:NarrativeDivergence ; - rdfs:label "Distributed Trials divergence"@en ; - monomyth:divergenceOf ; + a monomyth:SemioticDivergence ; + monomyth:divergenceOf ; monomyth:divergesFrom monomyth:TheRoadOfTrials ; - monomyth:divergenceRationale """Unlike the classical monomyth where trials often center on the hero's individual transformation, the Haft Khan distributes agency across both Rostam and Rakhsh. - The horse repeatedly acts independently—slaying the lion, detecting danger, and compensating for Rostam’s moments of vulnerability. This reframes the heroic journey as a cooperative system rather than a singular ascent, - challenging the assumption of isolated heroism embedded in Campbell’s model. this said, but it doesn't mean that the story has two hero figures. Rostam is still the main character and the hero of the story, - but he is not the only one who acts heroically."""@en . - - a monomyth:NarrativeDivergence ; - rdfs:label "Epistemic Temptation divergence"@en ; - monomyth:divergenceOf ; - monomyth:divergesFrom monomyth:WomanAsTheTemptress ; - monomyth:divergenceRationale """The temptation in the Haft Khan is not sustained through emotional or sensual attachment but appears as a brief illusion that collapses immediately under divine invocation. - The narrative minimizes psychological struggle and instead frames temptation as a problem of perception: the danger lies in mistaking illusion for reality. - This produces a compressed and epistemological version of the temptress stage rather than an extended moral or emotional conflict."""@en . + monomyth:divergenceRationale """Khan 2 is a trial of faith; victory is delivered via a semiotic sign (the ram) rather than the hero's own strength."""@en . - a monomyth:NarrativeDivergence ; - rdfs:label "Authority Reversal divergence"@en ; - monomyth:divergenceOf ; - monomyth:divergesFrom monomyth:AtonementWithTheFather ; - monomyth:divergenceRationale """In the classical model, atonement involves reconciliation with a superior authority figure. - In the Haft Khan, this hierarchy is inverted: Kay Kavus is not a source of wisdom but a failed ruler whose blindness symbolizes his earlier hubris. - Rostam’s role is not to submit but to restore and effectively supersede royal authority. The stage becomes an assertion of functional legitimacy over inherited power, transforming atonement into a political reconfiguration."""@en . + a monomyth:SemioticDivergence ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:WomanAsTheTemptress ; + monomyth:divergenceRationale """Temptation is broken through the name of the Creator, framing the stage as an ontological reveal of the demonic rather than a moral struggle."""@en . - a monomyth:NarrativeDivergence ; - rdfs:label "Immediate Boon divergence"@en ; - monomyth:divergenceOf ; - monomyth:divergesFrom monomyth:TheUltimateBoon ; - monomyth:divergenceRationale """In many monomyth narratives, the boon requires transport, protection, or negotiation before it can be applied. - In the Haft Khan, the boon is immediately usable: the blood of the White Demon directly restores the Shah’s sight without delay or further complication. - This compresses the post-apotheosis phase and removes the narrative tension typically associated with securing and delivering the reward."""@en . + a monomyth:SequentialDivergence ; + monomyth:divergenceOf , ; + monomyth:divergesFrom monomyth:TheRoadOfTrials ; + monomyth:divergenceRationale """The trials recur after the Temptress stage, violating the linear progression assumed in the canonical monomyth."""@en . + a monomyth:NarrativeDivergence ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:SupernaturalAid ; + monomyth:divergenceRationale """Rostam 'seizes' his guidance from the enemy world by conquering and binding Olad, forcing the Shadow to serve as his Herald."""@en . -# --- Sequential Divergence ---------------------------------------------------- + a monomyth:NarrativeDivergence ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:AtonementWithTheFather ; + monomyth:divergenceRationale """The hero does not submit to a powerful father but rescues a blind and foolish one, restoring the authority he has surpassed."""@en . - a monomyth:SequentialDivergence ; - rdfs:label "Compressed Return divergence"@en ; - monomyth:divergenceOf ; + a monomyth:NarrativeDivergence ; + monomyth:divergenceOf ; monomyth:divergesFrom monomyth:TheMagicFlight ; - monomyth:divergenceRationale """The Haft Khan omits an extended escape or pursuit sequence following the acquisition of the boon. - Once the White Demon is slain and the Shah is restored, the narrative transitions directly to resolution without a prolonged return journey. - This compression eliminates the tension typically associated with the hero’s escape and reflects the epic’s structural priority on restoration over suspense."""@en . - -# --- Semiotic Divergences ----------------------------------------------------- + monomyth:divergenceRationale """The flight is interrupted by the King of Mazandaran's transformation into stone, requiring a demonstration of mastery over both worlds to resolve."""@en . - a monomyth:SemioticDivergence ; - rdfs:label "Trials as Ontological Testing divergence"@en ; - monomyth:divergenceOf ; - monomyth:divergesFrom monomyth:TheRoadOfTrials ; - monomyth:divergenceRationale """In the classical monomyth, the Road of Trials primarily functions as a sequence of challenges that refine the hero’s strength, skill, and moral resilience. - In the Haft Khan, the trials instead operate as tests of ontological stability: the hero is repeatedly placed in situations where the boundaries between reality and illusion collapse. - The desert produces mirage and near-death hallucination, the dragon appears and disappears in darkness, and survival depends not only on strength but on correctly interpreting a world that resists stable perception. - The trials therefore signify not just external obstacles but a confrontation with an unstable reality, where knowing what is real becomes as crucial as overcoming physical threats."""@en . - - a monomyth:SemioticDivergence ; - rdfs:label "Apotheosis as Restoration divergence"@en ; - monomyth:divergenceOf ; - monomyth:divergesFrom monomyth:Apotheosis ; - monomyth:divergenceRationale """In Campbell’s model, apotheosis signifies an inner transformation in which the hero attains enlightenment, transcendence, or divine awareness. - In the Haft Khan, apotheosis is externalized and functional: Rostam’s slaying of the White Demon does not primarily produce a new state of consciousness, but instead restores order to a corrupted world. - The act collapses a system of enchantment and re-establishes a stable reality rather than elevating the hero into a metaphysical plane. - Apotheosis here is not a movement beyond the world, but a reconstitution of it, shifting the emphasis from inner transcendence to world-restoring agency."""@en . \ No newline at end of file + a monomyth:NarrativeDivergence ; + monomyth:divergenceOf ; + monomyth:divergesFrom monomyth:MasterOfTheTwoWorlds ; + monomyth:divergenceRationale """Mastery is expressed through the political appointment of a demon-ally (Olad) and the restoration of a human king."""@en . \ No newline at end of file From 68c456e01631a9815732c58b796c05668db2a193 Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Tue, 5 May 2026 17:37:12 +0200 Subject: [PATCH 08/15] explanations enriched --- ontology/graphs/rostam-haft-khan.ttl | 104 +++++++++++++++++++++------ 1 file changed, 83 insertions(+), 21 deletions(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index 5b5912e..629dd83 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -85,117 +85,179 @@ monomyth:stageRealizationOrder 1 ; monomyth:realizesStage monomyth:TheCallToAdventure ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:realizationDescription """Consumed by hubris, King Kay Kavus invades Mazandaran and is blinded/imprisoned by the White Demon. His desperate letter to Zal serves as the call for Rostam."""@en . + monomyth:realizationDescription """After the death of King Kay Qobad, the greedy King Kay Kavus +takes the throne. A demon singer sent by Ahriman lulls him with songs of Mazandaran's beauty, +prompting Kavus to invade. The invasion ends in disaster when the White Demon rains stones +on the army and strikes them blind with sorcery. Imprisoned in a pit, Kavus smuggles a +letter to Zal, begging for Rostam to come and save the army and the crown."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 2 ; monomyth:realizesStage monomyth:RefusalOfTheCall ; - monomyth:hasFitQuality monomyth:StrongFit ; - monomyth:realizationDescription """The 'Short Path' is described as a seven-day journey filled with supernatural death traps, necessitating a moment of choice and psychological preparation for Rostam."""@en . - + monomyth:hasFitQuality monomyth:AbsentFit ; + monomyth:realizationDescription """The narrative contains no hesitation or refusal. +Rostam, already a fully realized epic hero, responds immediately to the Shah's plea. +His choice of the more dangerous 'Short Path' reinforces that the story prioritizes heroic duty and action over psychological conflict, making refusal structurally incompatible with the narrative."""@en . + a monomyth:StageRealization ; monomyth:stageRealizationOrder 3 ; monomyth:realizesStage monomyth:SupernaturalAid ; monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasNarrativeDivergence ; - monomyth:realizationDescription """Zal provides weapons and armor, while Rakhsh serves as the autonomous supernatural ally who protects the hero even when he is unconscious."""@en . + monomyth:realizationDescription """Zal provides Rostam with his heavy mace and leopard-skin +armor (Babr-e Bayan) which is invulnerable to fire and water. Most importantly, Rostam +is aided by his legendary steed, Rakhsh, a horse of incredible strength and intelligence +who can kill lions and fight alongside his master."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 4 ; monomyth:realizesStage monomyth:TheCrossingOfTheFirstThreshold ; monomyth:hasFitQuality monomyth:PerfectFit ; - monomyth:realizationDescription """Rostam definitively crosses the threshold into the realm of sorcery by choosing the perilous 'Short Path' and mounting Rakhsh."""@en . + monomyth:realizationDescription """Rostam leaves the Iranian court and enters the borderlands +of Mazandaran. By choosing the 'Short Path' beset with baleful things, he moves away +from the safe world into a land of sorcery. Rakhsh gallops so fast that the ground +vanishes beneath them, covering a two-day journey in twelve hours."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 5 ; monomyth:realizesStage monomyth:TheBellyOfTheWhale ; monomyth:hasFitQuality monomyth:ModerateFit ; monomyth:hasSemioticDivergence ; - monomyth:realizationDescription """Rostam falls into a deep sleep in the reeds, a state of vulnerability that represents his entry into the life-threatening darkness of Mazandaran."""@en . + monomyth:realizationDescription Exhausted, Rostam makes a couch among the reeds to sleep, +unaware that he has laid down in the lair of a fierce lion. This moment of deep, +unprotected slumber in the heart of enemy territory represents his total immersion +in the danger of Mazandaran, where his human awareness is completely suspended."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 6 ; monomyth:realizesStage monomyth:TheRoadOfTrials ; monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasSemioticDivergence ; - monomyth:realizationDescription """Khans 1, 2, and 3: Rakhsh slays a lion; God provides a wild ram to lead a dehydrated Rostam to water; Rostam decapitates an eighty-foot dragon."""@en . + monomyth:realizationDescription """Labor 1: While Rostam sleeps, a lion attacks. Rakhsh +independently fights and kills the beast by stomping its head and biting its neck. +Labor 2: Rostam collapses in the desert from thirst; after he prays, a fat wild ram +appears, and he follows it to a hidden spring. Labor 3: An eighty-foot dragon attacks +his camp thrice. Initially invisible, God eventually grants Rostam light to see the +beast, allowing him to decapitate it while Rakhsh bites its scales."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 7 ; monomyth:realizesStage monomyth:TheMeetingWithTheGoddess ; monomyth:hasFitQuality monomyth:AbsentFit ; - monomyth:realizationDescription """The narrative lacks a nurturing feminine figure, focusing instead on the aggressive sorcery of the land."""@en . + monomyth:realizationDescription """The narrative not only lacks a nurturing feminine figure but actively inverts the archetype. The only prominent feminine presence is a demonic sorceress who deceives and attacks Rostam. This replaces the 'Goddess' as a source of unity or wisdom with a figure of illusion and danger, reflecting the epic’s moral polarity rather than symbolic integration.""" a monomyth:StageRealization ; monomyth:stageRealizationOrder 8 ; monomyth:realizesStage monomyth:WomanAsTheTemptress ; monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasSemioticDivergence ; - monomyth:realizationDescription """Khan 4: Rostam finds a magical banquet. He sings to a lute before a sorceress appears. She is revealed and slain only when Rostam toasts to the Name of God."""@en . + monomyth:realizationDescription """Labor 4: Rostam finds a magical banquet with wine and a +lyre. He plays and sings of his wanderings. A sorceress disguised as a beautiful damsel +joins him. However, when Rostam offers her wine in the name of the Creator (Ormuzd), +the holy name forces her to reveal her true, hideous form. Rostam lassos the demon-witch +and cleaves her in half with his sword."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 9 ; monomyth:realizesStage monomyth:TheRoadOfTrials ; monomyth:involvesCharacter ; + monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasSequentialDivergence ; monomyth:hasNarrativeDivergence ; - monomyth:realizationDescription """Khan 5: Rostam conquers Olad Deev, tearing off a keeper's ears and binding the champion to force him into service as a guide."""@en . + monomyth:realizationDescription Labor 5: After Rostam lets Rakhsh graze in a field, the +keeper beats Rostam's feet with a stick. Rostam wakes and tears the man's ears off. +The champion Olad (Aulad) arrives with an army to avenge the keeper. Rostam routs the +army single-handedly, lassos Olad, and binds him, promising him the throne of Mazandaran +if he acts as a guide to find the White Demon's cave."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 10 ; monomyth:realizesStage monomyth:TheRoadOfTrials ; - monomyth:realizationDescription """Khan 6: Rostam slays Arzhang Div, the general of the demons, by pulling his hair and tearing his head off, causing 12,000 demons to flee."""@en . + monomyth:hasFitQuality monomyth:StrongFit ; + monomyth:realizationDescription """Labor 6: Olad leads Rostam to the camp of the demon general +Arzhang. Rostam lets out a roar that shakes the mountains, gallops to Arzhang's tent, +tears the demon out by his hair, and rips his head from his shoulders. He hurls the +severed head at the demon army, causing 12,000 demons to flee in panic."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 11 ; monomyth:realizesStage monomyth:AtonementWithTheFather ; monomyth:involvesCharacter ; + monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasNarrativeDivergence ; - monomyth:realizationDescription """Rostam enters the pit of the blind King. The King commands the hero to harvest the White Demon's liver, setting the terms for atonement and restoration."""@en . + monomyth:realizationDescription """Rostam enters the pit and finds the blind King Kay Kavus. +The King, now desperate and repentant, explains that the only cure for their blindness +is the blood from the heart and liver of the White Demon. Rostam accepts this final +command from his sovereign, setting the stage for the final confrontation."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 12 ; monomyth:realizesStage monomyth:Apotheosis ; - monomyth:realizationDescription """Khan 7: Rostam descends into the pitch-black cave of the White Demon, a space of literal and symbolic transcendence where human and demon engage in a titanic struggle."""@en . + monomyth:hasFitQuality monomyth:PerfectFit ; + monomyth:realizationDescription """Labor 7: Rostam enters the pitch-black cave of the White +Demon at noon when the demons sleep. He awakens the mountain-sized giant and they +wrestle with such force that blood and sweat run like rivers. Rostam prays to God +for strength, lifts the demon, and slams him down, cutting out his liver and heart."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 13 ; monomyth:realizesStage monomyth:TheUltimateBoon ; - monomyth:realizationDescription """Rostam slams the White Demon and cuts out its liver. The blood is the ultimate elixir that restores the sight of the King and his army."""@en . + monomyth:hasFitQuality monomyth:PerfectFit ; + monomyth:realizationDescription """Rostam returns to the blind Shah and his lords. He +drops the blood of the White Demon's liver into their eyes. Instantly, the sorcery +is broken, and the sight of the King and the entire Iranian army is restored, +granting them the 'elixir' of vision and life."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 14 ; monomyth:realizesStage monomyth:RefusalOfTheReturn ; monomyth:hasFitQuality monomyth:AbsentFit ; - monomyth:realizationDescription """Rostam shows no hesitation in returning; his duty to Iran and the King necessitates an immediate exit from the demon realm."""@en . + monomyth:realizationDescription """Rostam shows no hesitation in returning; he views the demon realm of Mazanderan as a land of filth and sorcery. +His duty to Iran and the King necessitates an immediate exit to restore the legitimate order at home, leaving no room for a desire to stay in the supernatural realm."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 15 ; monomyth:realizesStage monomyth:TheMagicFlight ; + monomyth:hasFitQuality monomyth:ModerateFit ; monomyth:hasNarrativeDivergence ; - monomyth:realizationDescription """The 'Magic Flight' is delayed by a final war. Rostam defeats the King of Mazandaran even after the king transforms himself into an unbreakable stone."""@en . + monomyth:realizationDescription """The King of Mazandaran refuses to yield and challenges +Rostam. During their duel, the King uses magic to turn his body into an unbreakable +stone. Rostam simply picks up the 'King-Stone' and carries it to camp, threatening +to grind it to dust with his mace until the King is forced to revert to human form."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 16 ; monomyth:realizesStage monomyth:RescueFromWithout ; monomyth:hasFitQuality monomyth:AbsentFit ; - monomyth:realizationDescription """As the world-champion, Rostam is the source of rescue; he cannot be rescued by an external force."""@en . + monomyth:realizationDescription """As the 'World-Champion,' Rostam is the source of rescue for everyone else; +he is so powerful that there is no external force capable of rescuing him. +His journey out of Mazanderan is secured through his own military might and dominance over the demons."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 17 ; monomyth:realizesStage monomyth:TheCrossingOfTheReturnThreshold ; - monomyth:realizationDescription """Rostam and the King return to the capital, Estakhr, where the populace celebrates by throwing gold and wine."""@en . + monomyth:hasFitQuality monomyth:PerfectFit ; + monomyth:realizationDescription """Rostam and King Kay Kavus return to the Iranian capital, Estakhr. +The crossing of the threshold back into the 'Ordinary World' is a grand celebration; +the populace fills the streets, throwing gold and wine over the heroes to welcome the restoration of the rightful Shah and the return of their champion."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 18 ; monomyth:realizesStage monomyth:MasterOfTheTwoWorlds ; + monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasNarrativeDivergence ; - monomyth:realizationDescription """By appointing Olad as King of Mazandaran and returning to Iran, Rostam demonstrates mastery over both the supernatural and political orders."""@en . + monomyth:realizationDescription """Rostam fulfills his promise to Olad, giving him the +crown of Mazandaran. By doing so, he establishes order in the land of demons while +returning to Iran as its savior, having mastered the supernatural perils of +Mazandaran and the political duties of the Iranian court."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 19 ; monomyth:realizesStage monomyth:FreedomToLive ; - monomyth:realizationDescription """Order is restored and sight is returned, though the King’s folly remains an existential warning for the future of the land."""@en . + monomyth:hasFitQuality monomyth:PerfectFit ; + monomyth:realizationDescription """The Shah and Rostam return to the capital, Estakhr, +to a hero's welcome of gold and wine. The land is at peace, and Rostam returns +to Sistan, having restored the freedom of his nation and the sight of its King."""@en . # --- Divergences -------------------------------------------------------------- From 37565ca26d2f13918dfcb4de26191e03923e25a7 Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Wed, 6 May 2026 19:04:46 +0200 Subject: [PATCH 09/15] fixed syntax error --- ontology/graphs/rostam-haft-khan.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index 629dd83..6d2cdf9 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -123,7 +123,7 @@ vanishes beneath them, covering a two-day journey in twelve hours."""@en . monomyth:realizesStage monomyth:TheBellyOfTheWhale ; monomyth:hasFitQuality monomyth:ModerateFit ; monomyth:hasSemioticDivergence ; - monomyth:realizationDescription Exhausted, Rostam makes a couch among the reeds to sleep, + monomyth:realizationDescription """Exhausted, Rostam makes a couch among the reeds to sleep, unaware that he has laid down in the lair of a fierce lion. This moment of deep, unprotected slumber in the heart of enemy territory represents his total immersion in the danger of Mazandaran, where his human awareness is completely suspended."""@en . From 64e4d49b8147d5afa86b0faae4c4820af178fc9b Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Wed, 6 May 2026 19:07:54 +0200 Subject: [PATCH 10/15] syntax error fix --- ontology/graphs/rostam-haft-khan.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index 6d2cdf9..ecf598c 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -144,7 +144,7 @@ beast, allowing him to decapitate it while Rakhsh bites its scales."""@en . monomyth:stageRealizationOrder 7 ; monomyth:realizesStage monomyth:TheMeetingWithTheGoddess ; monomyth:hasFitQuality monomyth:AbsentFit ; - monomyth:realizationDescription """The narrative not only lacks a nurturing feminine figure but actively inverts the archetype. The only prominent feminine presence is a demonic sorceress who deceives and attacks Rostam. This replaces the 'Goddess' as a source of unity or wisdom with a figure of illusion and danger, reflecting the epic’s moral polarity rather than symbolic integration.""" + monomyth:realizationDescription """The narrative not only lacks a nurturing feminine figure but actively inverts the archetype. The only prominent feminine presence is a demonic sorceress who deceives and attacks Rostam. This replaces the 'Goddess' as a source of unity or wisdom with a figure of illusion and danger, reflecting the epic’s moral polarity rather than symbolic integration."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 8 ; From a3cd91d5dc3bd53e4d3bf6720000ec99aeb8eae7 Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Wed, 6 May 2026 19:10:12 +0200 Subject: [PATCH 11/15] syntax error fix --- ontology/graphs/rostam-haft-khan.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index ecf598c..794e517 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -164,7 +164,7 @@ and cleaves her in half with his sword."""@en . monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasSequentialDivergence ; monomyth:hasNarrativeDivergence ; - monomyth:realizationDescription Labor 5: After Rostam lets Rakhsh graze in a field, the + monomyth:realizationDescription """Labor 5: After Rostam lets Rakhsh graze in a field, the keeper beats Rostam's feet with a stick. Rostam wakes and tears the man's ears off. The champion Olad (Aulad) arrives with an army to avenge the keeper. Rostam routs the army single-handedly, lassos Olad, and binds him, promising him the throne of Mazandaran From d9cee3eb2ed49c744cf8110049b1954c0b11f7d9 Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Wed, 6 May 2026 19:27:21 +0200 Subject: [PATCH 12/15] error fixes --- ontology/graphs/rostam-haft-khan.ttl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index 794e517..fa7840e 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -15,7 +15,7 @@ dcterms:title "Rostam and the Seven Labors"@en ; dcterms:creator "Ferdowsi" ; schema:genre "Epic"@en, "Mythology"@en ; - owl:sameAs wd:Q5637126 ; + owl:sameAs wd:Q4119480 ; monomyth:interpretedBy ; rdfs:comment """A central episode in the Shahnameh where Rostam undertakes seven extraordinary labors (Haft Khan) to rescue King Kay Kavus from the White Demon in Mazandaran."""@en . @@ -47,35 +47,43 @@ a monomyth:Character ; rdfs:label "Rostam"@en ; monomyth:embodiesArchetype monomyth:Hero ; + monomyth:heroOf ; + monomyth:characterOf ; owl:sameAs wd:Q60062 . a monomyth:Character ; rdfs:label "Rakhsh"@en ; monomyth:embodiesArchetype monomyth:Ally ; + monomyth:characterOf ; owl:sameAs wd:Q630911 . a monomyth:Character ; rdfs:label "Zal"@en ; monomyth:embodiesArchetype monomyth:Mentor ; + monomyth:characterOf ; owl:sameAs wd:Q144903 . a monomyth:Character ; rdfs:label "Kay Kavus"@en ; + monomyth:characterOf ; owl:sameAs wd:Q1338913 . a monomyth:Character ; rdfs:label "The White Demon (Div-e Sepid)"@en ; + monomyth:characterOf ; monomyth:embodiesArchetype monomyth:Shadow ; owl:sameAs wd:Q1632732 . a monomyth:Character ; rdfs:label "Olad Deev"@en ; monomyth:embodiesArchetype monomyth:Shapeshifter, monomyth:Ally, monomyth:Herald ; + monomyth:characterOf ; rdfs:comment "A demon champion who transitions from Shadow to Ally after being conquered."@en . a monomyth:Character ; rdfs:label "The Sorceress"@en ; monomyth:embodiesArchetype monomyth:Shapeshifter, monomyth:Shadow ; + monomyth:characterOf ; owl:sameAs wd:Q1616828 . @@ -174,6 +182,7 @@ if he acts as a guide to find the White Demon's cave."""@en . monomyth:stageRealizationOrder 10 ; monomyth:realizesStage monomyth:TheRoadOfTrials ; monomyth:hasFitQuality monomyth:StrongFit ; + monomyth:hasSequentialDivergence ; monomyth:realizationDescription """Labor 6: Olad leads Rostam to the camp of the demon general Arzhang. Rostam lets out a roar that shakes the mountains, gallops to Arzhang's tent, tears the demon out by his hair, and rips his head from his shoulders. He hurls the From 09fb04089c582ff636f14dbb80741c8d6251e599 Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Thu, 7 May 2026 10:12:55 +0200 Subject: [PATCH 13/15] added country of origin --- ontology/graphs/rostam-haft-khan.ttl | 1 + 1 file changed, 1 insertion(+) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index fa7840e..1a674ab 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -14,6 +14,7 @@ rdfs:label "Rostam and the Seven Labors (Haft Khan)"@en ; dcterms:title "Rostam and the Seven Labors"@en ; dcterms:creator "Ferdowsi" ; + schema:countryOfOrigin wd:Q794 ; schema:genre "Epic"@en, "Mythology"@en ; owl:sameAs wd:Q4119480 ; monomyth:interpretedBy ; From 7655484022b5066c6e695f0790dd41fc25e00efc Mon Sep 17 00:00:00 2001 From: Maryamdadras Date: Fri, 8 May 2026 12:16:11 +0200 Subject: [PATCH 14/15] involvescharactor updated. --- ontology/graphs/rostam-haft-khan.ttl | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index 1a674ab..3c5c6d4 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -93,6 +93,7 @@ a monomyth:StageRealization ; monomyth:stageRealizationOrder 1 ; monomyth:realizesStage monomyth:TheCallToAdventure ; + monomyth:involvesCharacter , , ; monomyth:hasFitQuality monomyth:PerfectFit ; monomyth:realizationDescription """After the death of King Kay Qobad, the greedy King Kay Kavus takes the throne. A demon singer sent by Ahriman lulls him with songs of Mazandaran's beauty, @@ -103,6 +104,7 @@ letter to Zal, begging for Rostam to come and save the army and the crown."""@en a monomyth:StageRealization ; monomyth:stageRealizationOrder 2 ; monomyth:realizesStage monomyth:RefusalOfTheCall ; + monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:AbsentFit ; monomyth:realizationDescription """The narrative contains no hesitation or refusal. Rostam, already a fully realized epic hero, responds immediately to the Shah's plea. @@ -111,6 +113,7 @@ His choice of the more dangerous 'Short Path' reinforces that the story prioriti a monomyth:StageRealization ; monomyth:stageRealizationOrder 3 ; monomyth:realizesStage monomyth:SupernaturalAid ; + monomyth:involvesCharacter , , ; monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasNarrativeDivergence ; monomyth:realizationDescription """Zal provides Rostam with his heavy mace and leopard-skin @@ -121,6 +124,7 @@ who can kill lions and fight alongside his master."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 4 ; monomyth:realizesStage monomyth:TheCrossingOfTheFirstThreshold ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:PerfectFit ; monomyth:realizationDescription """Rostam leaves the Iranian court and enters the borderlands of Mazandaran. By choosing the 'Short Path' beset with baleful things, he moves away @@ -130,6 +134,7 @@ vanishes beneath them, covering a two-day journey in twelve hours."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 5 ; monomyth:realizesStage monomyth:TheBellyOfTheWhale ; + monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:ModerateFit ; monomyth:hasSemioticDivergence ; monomyth:realizationDescription """Exhausted, Rostam makes a couch among the reeds to sleep, @@ -140,6 +145,7 @@ in the danger of Mazandaran, where his human awareness is completely suspended." a monomyth:StageRealization ; monomyth:stageRealizationOrder 6 ; monomyth:realizesStage monomyth:TheRoadOfTrials ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasSemioticDivergence ; monomyth:realizationDescription """Labor 1: While Rostam sleeps, a lion attacks. Rakhsh @@ -152,12 +158,15 @@ beast, allowing him to decapitate it while Rakhsh bites its scales."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 7 ; monomyth:realizesStage monomyth:TheMeetingWithTheGoddess ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:AbsentFit ; - monomyth:realizationDescription """The narrative not only lacks a nurturing feminine figure but actively inverts the archetype. The only prominent feminine presence is a demonic sorceress who deceives and attacks Rostam. This replaces the 'Goddess' as a source of unity or wisdom with a figure of illusion and danger, reflecting the epic’s moral polarity rather than symbolic integration."""@en . + monomyth:realizationDescription """The narrative not only lacks a nurturing feminine figure but actively inverts the archetype. The only prominent feminine presence is a demonic sorceress who deceives and attacks Rostam. +This replaces the 'Goddess' as a source of unity or wisdom with a figure of illusion and danger, reflecting the epic’s moral polarity rather than symbolic integration."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 8 ; monomyth:realizesStage monomyth:WomanAsTheTemptress ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasSemioticDivergence ; monomyth:realizationDescription """Labor 4: Rostam finds a magical banquet with wine and a @@ -169,7 +178,7 @@ and cleaves her in half with his sword."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 9 ; monomyth:realizesStage monomyth:TheRoadOfTrials ; - monomyth:involvesCharacter ; + monomyth:involvesCharacter , , ; monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasSequentialDivergence ; monomyth:hasNarrativeDivergence ; @@ -182,6 +191,7 @@ if he acts as a guide to find the White Demon's cave."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 10 ; monomyth:realizesStage monomyth:TheRoadOfTrials ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasSequentialDivergence ; monomyth:realizationDescription """Labor 6: Olad leads Rostam to the camp of the demon general @@ -192,7 +202,7 @@ severed head at the demon army, causing 12,000 demons to flee in panic."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 11 ; monomyth:realizesStage monomyth:AtonementWithTheFather ; - monomyth:involvesCharacter ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasNarrativeDivergence ; monomyth:realizationDescription """Rostam enters the pit and finds the blind King Kay Kavus. @@ -203,6 +213,7 @@ command from his sovereign, setting the stage for the final confrontation."""@en a monomyth:StageRealization ; monomyth:stageRealizationOrder 12 ; monomyth:realizesStage monomyth:Apotheosis ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:PerfectFit ; monomyth:realizationDescription """Labor 7: Rostam enters the pitch-black cave of the White Demon at noon when the demons sleep. He awakens the mountain-sized giant and they @@ -212,6 +223,7 @@ for strength, lifts the demon, and slams him down, cutting out his liver and hea a monomyth:StageRealization ; monomyth:stageRealizationOrder 13 ; monomyth:realizesStage monomyth:TheUltimateBoon ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:PerfectFit ; monomyth:realizationDescription """Rostam returns to the blind Shah and his lords. He drops the blood of the White Demon's liver into their eyes. Instantly, the sorcery @@ -221,6 +233,7 @@ granting them the 'elixir' of vision and life."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 14 ; monomyth:realizesStage monomyth:RefusalOfTheReturn ; + monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:AbsentFit ; monomyth:realizationDescription """Rostam shows no hesitation in returning; he views the demon realm of Mazanderan as a land of filth and sorcery. His duty to Iran and the King necessitates an immediate exit to restore the legitimate order at home, leaving no room for a desire to stay in the supernatural realm."""@en . @@ -228,6 +241,7 @@ His duty to Iran and the King necessitates an immediate exit to restore the legi a monomyth:StageRealization ; monomyth:stageRealizationOrder 15 ; monomyth:realizesStage monomyth:TheMagicFlight ; + monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:ModerateFit ; monomyth:hasNarrativeDivergence ; monomyth:realizationDescription """The King of Mazandaran refuses to yield and challenges @@ -238,6 +252,7 @@ to grind it to dust with his mace until the King is forced to revert to human fo a monomyth:StageRealization ; monomyth:stageRealizationOrder 16 ; monomyth:realizesStage monomyth:RescueFromWithout ; + monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:AbsentFit ; monomyth:realizationDescription """As the 'World-Champion,' Rostam is the source of rescue for everyone else; he is so powerful that there is no external force capable of rescuing him. @@ -246,6 +261,7 @@ His journey out of Mazanderan is secured through his own military might and domi a monomyth:StageRealization ; monomyth:stageRealizationOrder 17 ; monomyth:realizesStage monomyth:TheCrossingOfTheReturnThreshold ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:PerfectFit ; monomyth:realizationDescription """Rostam and King Kay Kavus return to the Iranian capital, Estakhr. The crossing of the threshold back into the 'Ordinary World' is a grand celebration; @@ -254,6 +270,7 @@ the populace fills the streets, throwing gold and wine over the heroes to welcom a monomyth:StageRealization ; monomyth:stageRealizationOrder 18 ; monomyth:realizesStage monomyth:MasterOfTheTwoWorlds ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:StrongFit ; monomyth:hasNarrativeDivergence ; monomyth:realizationDescription """Rostam fulfills his promise to Olad, giving him the @@ -264,6 +281,7 @@ Mazandaran and the political duties of the Iranian court."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 19 ; monomyth:realizesStage monomyth:FreedomToLive ; + monomyth:involvesCharacter , ; monomyth:hasFitQuality monomyth:PerfectFit ; monomyth:realizationDescription """The Shah and Rostam return to the capital, Estakhr, to a hero's welcome of gold and wine. The land is at peace, and Rostam returns From 738552d7568c8854cc5379d7ea1e95da0df16380 Mon Sep 17 00:00:00 2001 From: Maryam Dadrasrazi Date: Fri, 8 May 2026 12:40:45 +0200 Subject: [PATCH 15/15] Update rostam-haft-khan.ttl --- ontology/graphs/rostam-haft-khan.ttl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ontology/graphs/rostam-haft-khan.ttl b/ontology/graphs/rostam-haft-khan.ttl index 3c5c6d4..e94f981 100644 --- a/ontology/graphs/rostam-haft-khan.ttl +++ b/ontology/graphs/rostam-haft-khan.ttl @@ -235,8 +235,7 @@ granting them the 'elixir' of vision and life."""@en . monomyth:realizesStage monomyth:RefusalOfTheReturn ; monomyth:involvesCharacter ; monomyth:hasFitQuality monomyth:AbsentFit ; - monomyth:realizationDescription """Rostam shows no hesitation in returning; he views the demon realm of Mazanderan as a land of filth and sorcery. -His duty to Iran and the King necessitates an immediate exit to restore the legitimate order at home, leaving no room for a desire to stay in the supernatural realm."""@en . + monomyth:realizationDescription """Rostam shows no hesitation in returning; he views the demon realm of Mazanderan as a land of filth and sorcery. His duty to Iran and the King necessitates an immediate exit to restore the legitimate order at home, leaving no room for a desire to stay in the supernatural realm."""@en . a monomyth:StageRealization ; monomyth:stageRealizationOrder 15 ; @@ -332,4 +331,4 @@ to Sistan, having restored the freedom of his nation and the sight of its King." a monomyth:NarrativeDivergence ; monomyth:divergenceOf ; monomyth:divergesFrom monomyth:MasterOfTheTwoWorlds ; - monomyth:divergenceRationale """Mastery is expressed through the political appointment of a demon-ally (Olad) and the restoration of a human king."""@en . \ No newline at end of file + monomyth:divergenceRationale """Mastery is expressed through the political appointment of a demon-ally (Olad) and the restoration of a human king."""@en .