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

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

<https://anchorfact.org/kb/computer-science/express-js>
  schema:citation <https://expressjs.com/en/starter/hello-world.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/express-js>
  schema:citation <https://expressjs.com/en/guide/routing.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/express-js>
  schema:citation <https://expressjs.com/en/guide/using-middleware.html> ;
  af:sourceTier "B" .