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

<https://anchorfact.org/kb/computer-science/api-gateway>
  a schema:TechArticle ;
  schema:headline "API Gateway" ;
  schema:url <https://anchorfact.org/computer-science/api-gateway/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.685" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-gateway>
  schema:citation <https://learn.microsoft.com/en-us/dotnet/architecture/microservices/architect-microservice-container-applications/direct-client-to-microservice-communication-versus-the-api-gateway-pattern> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-gateway>
  schema:citation <https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html> ;
  af:sourceTier "B" .