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

<https://anchorfact.org/kb/computer-science/html5-semantic-elements>
  a schema:TechArticle ;
  schema:headline "HTML5 Semantic Elements" ;
  schema:url <https://anchorfact.org/computer-science/html5-semantic-elements/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/html5-semantic-elements>
  schema:citation <https://html.spec.whatwg.org/multipage/grouping-content.html#the-main-element> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/html5-semantic-elements>
  schema:citation <https://html.spec.whatwg.org/multipage/sections.html#the-article-element> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/html5-semantic-elements>
  schema:citation <https://html.spec.whatwg.org/multipage/sections.html#the-nav-element> ;
  af:sourceTier "S" .