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

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

<https://anchorfact.org/kb/computer-science/nextjs>
  schema:citation <https://nextjs.org/docs/app> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/nextjs>
  schema:citation <https://nextjs.org/docs/app/building-your-application/routing/defining-routes> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/nextjs>
  schema:citation <https://nextjs.org/docs/app/building-your-application/rendering/server-components> ;
  af:sourceTier "B" .