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

<https://anchorfact.org/kb/computer-science/deno>
  a schema:TechArticle ;
  schema:headline "Deno" ;
  schema:url <https://anchorfact.org/computer-science/deno/> ;
  af:status "public" ;
  af:confidence "low" ;
  af:confidenceScore "0.83" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/deno>
  schema:citation <https://docs.deno.com/runtime/manual/> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/deno>
  schema:citation <https://docs.deno.com/runtime/fundamentals/typescript/> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/deno>
  schema:citation <https://docs.deno.com/runtime/fundamentals/security/> ;
  af:sourceTier "A" .