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

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

<https://anchorfact.org/kb/game-development/story-architecture>
  schema:citation <https://raw.githubusercontent.com/inkle/ink/master/Documentation/WritingWithInk.md> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/story-architecture>
  schema:citation <https://docs.yarnspinner.dev/2.1/getting-started/writing-in-yarn/lines-nodes-and-options> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/story-architecture>
  schema:citation <https://docs.yarnspinner.dev/2.2/getting-started/writing-in-yarn/logic-and-variables> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/story-architecture>
  schema:citation <https://twinery.org/cookbook/twine1/terms/links.html> ;
  af:sourceTier "B" .