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

<https://anchorfact.org/kb/computer-science/api-long-running-operations-and-polling>
  a schema:TechArticle ;
  schema:headline "API Long-Running Operations and Polling" ;
  schema:url <https://anchorfact.org/computer-science/api-long-running-operations-and-polling/> ;
  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-long-running-operations-and-polling>
  schema:citation <https://google.aip.dev/151> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/api-long-running-operations-and-polling>
  schema:citation <https://learn.microsoft.com/en-us/azure/architecture/patterns/asynchronous-request-reply> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-long-running-operations-and-polling>
  schema:citation <https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations> ;
  af:sourceTier "B" .