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

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

<https://anchorfact.org/kb/computer-science/service-workers>
  schema:citation <https://w3c.github.io/ServiceWorker/> ;
  af:sourceTier "S" .

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

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