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

<https://anchorfact.org/kb/computer-science/abstract-syntax-trees-and-code-navigation>
  a schema:TechArticle ;
  schema:headline "Abstract Syntax Trees and Code Navigation" ;
  schema:url <https://anchorfact.org/computer-science/abstract-syntax-trees-and-code-navigation/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/abstract-syntax-trees-and-code-navigation>
  schema:citation <https://tree-sitter.github.io/tree-sitter/4-code-navigation.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/abstract-syntax-trees-and-code-navigation>
  schema:citation <https://docs.github.com/en/repositories/working-with-files/using-files/navigating-code-on-github> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/abstract-syntax-trees-and-code-navigation>
  schema:citation <https://colbymchenry.github.io/codegraph/core-concepts/knowledge-graph/> ;
  af:sourceTier "B" .