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

<https://anchorfact.org/kb/computer-science/api-content-negotiation-and-media-types-for-agents>
  a schema:TechArticle ;
  schema:headline "API Content Negotiation and Media Types for Agents" ;
  schema:url <https://anchorfact.org/computer-science/api-content-negotiation-and-media-types-for-agents/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-content-negotiation-and-media-types-for-agents>
  schema:citation <https://datatracker.ietf.org/doc/html/rfc9110#name-accept> ;
  af:sourceTier "C" .

<https://anchorfact.org/kb/computer-science/api-content-negotiation-and-media-types-for-agents>
  schema:citation <https://datatracker.ietf.org/doc/html/rfc9110#name-content-type> ;
  af:sourceTier "C" .

<https://anchorfact.org/kb/computer-science/api-content-negotiation-and-media-types-for-agents>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Content_negotiation> ;
  af:sourceTier "B" .