@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/game-development/story-architecture-code>
  a schema:TechArticle ;
  schema:headline "Story Architecture in Game Code" ;
  schema:url <https://anchorfact.org/game-development/story-architecture-code/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/game-development/story-architecture-code>
  schema:citation <https://www.inklestudios.com/ink/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/story-architecture-code>
  schema:citation <https://docs.yarnspinner.dev/write-yarn-scripts/scripting-fundamentals> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/story-architecture-code>
  schema:citation <https://docs.yarnspinner.dev/write-yarn-scripts/scripting-fundamentals/lines-nodes-and-options> ;
  af:sourceTier "B" .