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

<https://anchorfact.org/kb/computer-science/code-index-formats-lsif-and-scip>
  a schema:TechArticle ;
  schema:headline "Code Index Formats: LSIF and SCIP" ;
  schema:url <https://anchorfact.org/computer-science/code-index-formats-lsif-and-scip/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/code-index-formats-lsif-and-scip>
  schema:citation <https://microsoft.github.io/language-server-protocol/specifications/lsif/0.6.0/specification/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/code-index-formats-lsif-and-scip>
  schema:citation <https://sourcegraph.com/docs/code-search/code-navigation/writing_an_indexer> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-index-formats-lsif-and-scip>
  schema:citation <https://github.com/sourcegraph/scip> ;
  af:sourceTier "B" .