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

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

<https://anchorfact.org/kb/computer-science/react>
  schema:citation <https://react.dev/learn/your-first-component> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/react>
  schema:citation <https://react.dev/blog/2024/12/05/react-19> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/react>
  schema:citation <https://react.dev/reference/rsc/server-components> ;
  af:sourceTier "B" .