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

<https://anchorfact.org/kb/computer-science/pair-programming>
  a schema:TechArticle ;
  schema:headline "Pair Programming" ;
  schema:url <https://anchorfact.org/computer-science/pair-programming/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.88" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/pair-programming>
  schema:citation <https://agilealliance.org/glossary/pair-programming/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/pair-programming>
  schema:citation <https://doi.org/10.1109/52.854064> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/pair-programming>
  schema:citation <https://doi.org/10.1007/978-3-642-79958-3_15> ;
  af:sourceTier "S" .