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

<https://anchorfact.org/kb/computer-science/webpack>
  a schema:TechArticle ;
  schema:headline "Webpack" ;
  schema:url <https://anchorfact.org/computer-science/webpack/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/computer-science/webpack>
  schema:citation <https://webpack.js.org/concepts/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/webpack>
  schema:citation <https://webpack.js.org/concepts/loaders/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/webpack>
  schema:citation <https://webpack.js.org/configuration/plugins/> ;
  af:sourceTier "B" .