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

<https://anchorfact.org/kb/game-development/monetization-strategy>
  a schema:TechArticle ;
  schema:headline "Game Monetization Strategy" ;
  schema:url <https://anchorfact.org/game-development/monetization-strategy/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.83" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/game-development/monetization-strategy>
  schema:citation <https://developer.apple.com/in-app-purchase/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/monetization-strategy>
  schema:citation <https://developer.android.com/google/play/billing> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/monetization-strategy>
  schema:citation <https://www.ftc.gov/reports/bringing-dark-patterns-light> ;
  af:sourceTier "A" .