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

<https://anchorfact.org/kb/computer-science/api-websocket-heartbeats-and-close-codes>
  a schema:TechArticle ;
  schema:headline "API WebSocket Heartbeats and Close Codes" ;
  schema:url <https://anchorfact.org/computer-science/api-websocket-heartbeats-and-close-codes/> ;
  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-websocket-heartbeats-and-close-codes>
  schema:citation <https://datatracker.ietf.org/doc/html/rfc6455> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/api-websocket-heartbeats-and-close-codes>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-websocket-heartbeats-and-close-codes>
  schema:citation <https://websockets.readthedocs.io/en/stable/topics/keepalive.html> ;
  af:sourceTier "B" .