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

<https://anchorfact.org/kb/computer-science/cap-theorem>
  a schema:TechArticle ;
  schema:headline "CAP Theorem" ;
  schema:url <https://anchorfact.org/computer-science/cap-theorem/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.76" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/cap-theorem>
  schema:citation <https://doi.org/10.1145/343477.343502> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/cap-theorem>
  schema:citation <https://doi.org/10.1145/564585.564601> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/cap-theorem>
  schema:citation <https://doi.org/10.1109/MC.2012.37> ;
  af:sourceTier "A" .