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

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

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

<https://anchorfact.org/kb/computer-science/postgresql>
  schema:citation <https://github.com/postgres/postgres> ;
  af:sourceTier "B" .