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

<https://anchorfact.org/kb/computer-science/gitops>
  a schema:TechArticle ;
  schema:headline "GitOps" ;
  schema:url <https://anchorfact.org/computer-science/gitops/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.825" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/gitops>
  schema:citation <https://github.com/open-gitops/documents/blob/main/PRINCIPLES.md> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/gitops>
  schema:citation <https://argo-cd.readthedocs.io/en/stable/> ;
  af:sourceTier "B" .