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

<https://anchorfact.org/kb/game-development/game-art-pipeline>
  a schema:TechArticle ;
  schema:headline "Game Art Pipeline: Assets, Formats, and Interchange" ;
  schema:url <https://anchorfact.org/game-development/game-art-pipeline/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

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

<https://anchorfact.org/kb/game-development/game-art-pipeline>
  schema:citation <https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/game-development/game-art-pipeline>
  schema:citation <https://openusd.org/release/intro.html> ;
  af:sourceTier "B" .