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

<https://anchorfact.org/kb/game-development/game-production-pipeline>
  a schema:TechArticle ;
  schema:headline "Game Production Pipeline for AI-Assisted Teams" ;
  schema:url <https://anchorfact.org/game-development/game-production-pipeline/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/game-development/game-production-pipeline>
  schema:citation <https://docs.github.com/en/actions/about-github-actions/understanding-github-actions> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-production-pipeline>
  schema:citation <https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-git-large-file-storage> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-production-pipeline>
  schema:citation <https://docs.unity.com/ugs/en-us/manual/devops/manual/unity-build-automation> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-production-pipeline>
  schema:citation <https://dev.epicgames.com/documentation/unreal-engine/buildgraph-for-unreal-engine> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-production-pipeline>
  schema:citation <https://docs.unity3d.com/Manual/CommandLineArguments.html> ;
  af:sourceTier "B" .