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

<https://anchorfact.org/kb/computer-science/css-grid>
  a schema:TechArticle ;
  schema:headline "CSS Grid" ;
  schema:url <https://anchorfact.org/computer-science/css-grid/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/css-grid>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/css-grid>
  schema:citation <https://www.w3.org/TR/css-grid-2/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/css-grid>
  schema:citation <https://web.dev/learn/css/grid> ;
  af:sourceTier "B" .