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

<https://anchorfact.org/kb/computer-science/c-language>
  a schema:TechArticle ;
  schema:headline "C Programming Language" ;
  schema:url <https://anchorfact.org/computer-science/c-language/> ;
  af:status "public" ;
  af:confidence "high" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/c-language>
  schema:citation <https://www.iso.org/standard/82075.html> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/c-language>
  schema:citation <https://www.pearson.com/us/higher-education/program/Kernighan-C-Programming-Language-2nd-Edition/PGM54486.html> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/c-language>
  schema:citation <https://www.nokia.com/bell-labs/about/dennis-m-ritchie/chist.html> ;
  af:sourceTier "A" .