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

<https://anchorfact.org/kb/game-development/godot-engine>
  a schema:TechArticle ;
  schema:headline "Godot Engine" ;
  schema:url <https://anchorfact.org/game-development/godot-engine/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.715" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/game-development/godot-engine>
  schema:citation <https://docs.godotengine.org/en/stable/getting_started/introduction/introduction_to_godot.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/godot-engine>
  schema:citation <https://docs.godotengine.org/en/stable/getting_started/step_by_step/nodes_and_scenes.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/godot-engine>
  schema:citation <https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html> ;
  af:sourceTier "B" .