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

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

<https://anchorfact.org/kb/computer-science/graphql>
  schema:citation <https://spec.graphql.org/October2021/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/graphql>
  schema:citation <https://graphql.org/learn/queries/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/graphql>
  schema:citation <https://graphql.github.io/graphql-over-http/draft/> ;
  af:sourceTier "S" .