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

<https://anchorfact.org/kb/computer-science/technical-debt>
  a schema:TechArticle ;
  schema:headline "Technical Debt" ;
  schema:url <https://anchorfact.org/computer-science/technical-debt/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.76" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/technical-debt>
  schema:citation <https://doi.org/10.1145/157709.157715> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/technical-debt>
  schema:citation <https://doi.org/10.1109/MS.2012.167> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/technical-debt>
  schema:citation <https://doi.org/10.1016/j.jss.2014.12.027> ;
  af:sourceTier "A" .