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

<https://anchorfact.org/kb/computer-science/jwt>
  a schema:TechArticle ;
  schema:headline "JWT (JSON Web Token)" ;
  schema:url <https://anchorfact.org/computer-science/jwt/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.775" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/jwt>
  schema:citation <https://www.rfc-editor.org/rfc/rfc7519.txt> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/jwt>
  schema:citation <https://www.rfc-editor.org/rfc/rfc8725.txt> ;
  af:sourceTier "S" .