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

<https://anchorfact.org/kb/computer-science/api-idempotency-and-retry-semantics>
  a schema:TechArticle ;
  schema:headline "API Idempotency and Retry Semantics" ;
  schema:url <https://anchorfact.org/computer-science/api-idempotency-and-retry-semantics/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-idempotency-and-retry-semantics>
  schema:citation <https://datatracker.ietf.org/doc/html/rfc9110> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/api-idempotency-and-retry-semantics>
  schema:citation <https://docs.stripe.com/api/idempotent_requests> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-idempotency-and-retry-semantics>
  schema:citation <https://learn.microsoft.com/en-us/azure/architecture/patterns/retry> ;
  af:sourceTier "B" .