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

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

<https://anchorfact.org/kb/computer-science/flask>
  schema:citation <https://flask.palletsprojects.com/en/stable/quickstart/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/flask>
  schema:citation <https://flask.palletsprojects.com/en/stable/tutorial/templates/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/flask>
  schema:citation <https://flask.palletsprojects.com/en/stable/tutorial/factory/> ;
  af:sourceTier "B" .