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

<https://anchorfact.org/kb/computer-science/web-workers>
  a schema:TechArticle ;
  schema:headline "Web Workers" ;
  schema:url <https://anchorfact.org/computer-science/web-workers/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.855" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/web-workers>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/web-workers>
  schema:citation <https://html.spec.whatwg.org/multipage/workers.html> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/web-workers>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/API/Worker> ;
  af:sourceTier "B" .