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

<https://anchorfact.org/kb/computer-science/build-graphs-and-incremental-build-systems>
  a schema:TechArticle ;
  schema:headline "Build Graphs and Incremental Build Systems" ;
  schema:url <https://anchorfact.org/computer-science/build-graphs-and-incremental-build-systems/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/build-graphs-and-incremental-build-systems>
  schema:citation <https://bazel.build/concepts/build-ref?hl=en> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/build-graphs-and-incremental-build-systems>
  schema:citation <https://bazel.build/concepts/dependencies?hl=en> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/build-graphs-and-incremental-build-systems>
  schema:citation <https://docs.gradle.org/current/userguide/incremental_build.html> ;
  af:sourceTier "B" .