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

<https://anchorfact.org/kb/computer-science/css-flexbox>
  a schema:TechArticle ;
  schema:headline "CSS Flexbox" ;
  schema:url <https://anchorfact.org/computer-science/css-flexbox/> ;
  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-flexbox>
  schema:citation <https://www.w3.org/TR/css-flexbox-1/> ;
  af:sourceTier "S" .

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

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