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

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

<https://anchorfact.org/kb/computer-science/prettier>
  schema:citation <https://prettier.io/docs/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/prettier>
  schema:citation <https://prettier.io/docs/options.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/prettier>
  schema:citation <https://prettier.io/docs/configuration.html> ;
  af:sourceTier "B" .