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

<https://anchorfact.org/kb/game-development/game-data-analytics>
  a schema:TechArticle ;
  schema:headline "Game Data Analytics for AI-Assisted Teams" ;
  schema:url <https://anchorfact.org/game-development/game-data-analytics/> ;
  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-data-analytics>
  schema:citation <https://docs.unity.com/ugs/en-us/manual/analytics/manual/overview> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-data-analytics>
  schema:citation <https://docs.unity.com/en-us/analytics/events/custom-event> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-data-analytics>
  schema:citation <https://firebase.google.com/docs/analytics/events> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-data-analytics>
  schema:citation <https://firebase.google.com/docs/ab-testing> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-data-analytics>
  schema:citation <https://opentelemetry.io/docs/concepts/signals/> ;
  af:sourceTier "B" .