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

<https://anchorfact.org/kb/computer-science/git>
  a schema:TechArticle ;
  schema:headline "Git Version Control System" ;
  schema:url <https://anchorfact.org/computer-science/git/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/git>
  schema:citation <https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/git>
  schema:citation <https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository> ;
  af:sourceTier "B" .

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