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

<https://anchorfact.org/kb/computer-science/api-protobuf-json-mapping-and-field-names>
  a schema:TechArticle ;
  schema:headline "API Protobuf JSON Mapping and Field Names" ;
  schema:url <https://anchorfact.org/computer-science/api-protobuf-json-mapping-and-field-names/> ;
  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-protobuf-json-mapping-and-field-names>
  schema:citation <https://protobuf.dev/programming-guides/json/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-protobuf-json-mapping-and-field-names>
  schema:citation <https://protobuf.dev/programming-guides/proto3/> ;
  af:sourceTier "B" .