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

<https://anchorfact.org/kb/computer-science/api-versioning-and-deprecation>
  a schema:TechArticle ;
  schema:headline "API Versioning and Deprecation" ;
  schema:url <https://anchorfact.org/computer-science/api-versioning-and-deprecation/> ;
  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-versioning-and-deprecation>
  schema:citation <https://docs.stripe.com/api/versioning> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-versioning-and-deprecation>
  schema:citation <https://google.aip.dev/185> ;
  af:sourceTier "C" .

<https://anchorfact.org/kb/computer-science/api-versioning-and-deprecation>
  schema:citation <https://datatracker.ietf.org/doc/html/rfc8594> ;
  af:sourceTier "S" .