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

<https://anchorfact.org/kb/game-development/game-networking>
  a schema:TechArticle ;
  schema:headline "Game Networking Architecture" ;
  schema:url <https://anchorfact.org/game-development/game-networking/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/game-development/game-networking>
  schema:citation <https://www.rfc-editor.org/rfc/rfc768> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/game-development/game-networking>
  schema:citation <https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-networking>
  schema:citation <https://gafferongames.com/post/snapshot_interpolation/> ;
  af:sourceTier "B" .