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

<https://anchorfact.org/kb/computer-science/code-git-blame-and-commit-history-for-agents>
  a schema:TechArticle ;
  schema:headline "Code Git Blame and Commit History for Agents" ;
  schema:url <https://anchorfact.org/computer-science/code-git-blame-and-commit-history-for-agents/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/code-git-blame-and-commit-history-for-agents>
  schema:citation <https://git-scm.com/docs/git-blame> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-git-blame-and-commit-history-for-agents>
  schema:citation <https://git-scm.com/docs/git-log> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-git-blame-and-commit-history-for-agents>
  schema:citation <https://git-scm.com/docs/git-rev-list> ;
  af:sourceTier "B" .