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

<https://anchorfact.org/kb/computer-science/zig-language>
  a schema:TechArticle ;
  schema:headline "Zig Language" ;
  schema:url <https://anchorfact.org/computer-science/zig-language/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/computer-science/zig-language>
  schema:citation <https://ziglang.org/learn/overview/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/zig-language>
  schema:citation <https://ziglang.org/documentation/master/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/zig-language>
  schema:citation <https://ziglang.org/learn/why_zig_rust_d_cpp/> ;
  af:sourceTier "B" .