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

<https://anchorfact.org/kb/computer-science/authentication-vs-authorization>
  a schema:TechArticle ;
  schema:headline "Authentication vs Authorization" ;
  schema:url <https://anchorfact.org/computer-science/authentication-vs-authorization/> ;
  af:status "public" ;
  af:confidence "high" ;
  af:confidenceScore "0.875" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/authentication-vs-authorization>
  schema:citation <https://pages.nist.gov/800-63-4/sp800-63b.html> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/authentication-vs-authorization>
  schema:citation <https://datatracker.ietf.org/doc/html/rfc6749> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/authentication-vs-authorization>
  schema:citation <https://csrc.nist.gov/projects/role-based-access-control> ;
  af:sourceTier "B" .