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

<https://anchorfact.org/kb/game-development/procedural-content-generation>
  a schema:TechArticle ;
  schema:headline "Procedural Content Generation" ;
  schema:url <https://anchorfact.org/game-development/procedural-content-generation/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.83" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/game-development/procedural-content-generation>
  schema:citation <https://link.springer.com/book/10.1007/978-3-319-42716-4> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/game-development/procedural-content-generation>
  schema:citation <https://doi.org/10.1109/TCIAIG.2011.2148116> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/game-development/procedural-content-generation>
  schema:citation <https://github.com/mxgmn/WaveFunctionCollapse> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/procedural-content-generation>
  schema:citation <https://dev.epicgames.com/documentation/unreal-engine/scripting-the-unreal-editor-using-python> ;
  af:sourceTier "B" .