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

<https://anchorfact.org/kb/computer-science/intersection-observer-api>
  a schema:TechArticle ;
  schema:headline "Intersection Observer API" ;
  schema:url <https://anchorfact.org/computer-science/intersection-observer-api/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.855" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/intersection-observer-api>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/intersection-observer-api>
  schema:citation <https://www.w3.org/TR/intersection-observer/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/intersection-observer-api>
  schema:citation <https://web.dev/articles/intersectionobserver> ;
  af:sourceTier "B" .