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

<https://anchorfact.org/kb/computer-science/static-analysis-rules-and-codeql>
  a schema:TechArticle ;
  schema:headline "Static Analysis Rules and CodeQL" ;
  schema:url <https://anchorfact.org/computer-science/static-analysis-rules-and-codeql/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/static-analysis-rules-and-codeql>
  schema:citation <https://codeql.github.com/docs/writing-codeql-queries/about-codeql-queries/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/static-analysis-rules-and-codeql>
  schema:citation <https://semgrep.dev/docs/writing-rules/overview> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/static-analysis-rules-and-codeql>
  schema:citation <https://eslint.org/docs/latest/extend/custom-rules> ;
  af:sourceTier "B" .