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

<https://anchorfact.org/kb/computer-science/lakehouse-table-formats>
  a schema:TechArticle ;
  schema:headline "Lakehouse Table Formats" ;
  schema:url <https://anchorfact.org/computer-science/lakehouse-table-formats/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/lakehouse-table-formats>
  schema:citation <https://iceberg.apache.org/spec/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/lakehouse-table-formats>
  schema:citation <https://github.com/delta-io/delta/blob/master/PROTOCOL.md> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/lakehouse-table-formats>
  schema:citation <https://hudi.apache.org/docs/hudi_stack/> ;
  af:sourceTier "B" .