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

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

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

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

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