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

<https://anchorfact.org/kb/computer-science/semantic-code-search-and-code-indexing>
  a schema:TechArticle ;
  schema:headline "Semantic Code Search and Code Indexing" ;
  schema:url <https://anchorfact.org/computer-science/semantic-code-search-and-code-indexing/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/semantic-code-search-and-code-indexing>
  schema:citation <https://sourcegraph.com/docs/code-search> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/semantic-code-search-and-code-indexing>
  schema:citation <https://sourcegraph.com/docs/code-navigation/precise-code-navigation> ;
  af:sourceTier "B" .

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