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

<https://anchorfact.org/kb/computer-science/fullscreen-api>
  a schema:TechArticle ;
  schema:headline "Fullscreen API" ;
  schema:url <https://anchorfact.org/computer-science/fullscreen-api/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

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

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

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