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

<https://anchorfact.org/kb/business/a-b-testing>
  a schema:Article ;
  schema:headline "A/B Testing" ;
  schema:url <https://anchorfact.org/business/a-b-testing/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.78" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/business/a-b-testing>
  schema:citation <https://doi.org/10.1007/s10618-008-0114-1> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/business/a-b-testing>
  schema:citation <https://www.cambridge.org/core/books/trustworthy-online-controlled-experiments/trustworthy-online-controlled-experiments/BFFD7CC0B7325B5DCEEFFB1DD9401F7E> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/business/a-b-testing>
  schema:citation <https://www.microsoft.com/en-us/research/publication/online-experimentation-at-microsoft/> ;
  af:sourceTier "B" .