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

<https://anchorfact.org/kb/computer-science/change-data-capture>
  a schema:TechArticle ;
  schema:headline "Change Data Capture" ;
  schema:url <https://anchorfact.org/computer-science/change-data-capture/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/change-data-capture>
  schema:citation <https://debezium.io/documentation/reference/stable/index.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/change-data-capture>
  schema:citation <https://www.postgresql.org/docs/current/logicaldecoding.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/change-data-capture>
  schema:citation <https://docs.confluent.io/platform/current/connect/index.html> ;
  af:sourceTier "B" .