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

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

<https://anchorfact.org/kb/computer-science/websocket-api>
  schema:citation <https://www.rfc-editor.org/rfc/rfc6455> ;
  af:sourceTier "S" .

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

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