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

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

<https://anchorfact.org/kb/computer-science/helm>
  schema:citation <https://helm.sh/docs/intro/using_helm/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/helm>
  schema:citation <https://helm.sh/docs/topics/charts/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/helm>
  schema:citation <https://helm.sh/docs/chart_template_guide/> ;
  af:sourceTier "B" .