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

<https://anchorfact.org/kb/computer-science/data-lake-object-storage-layouts>
  a schema:TechArticle ;
  schema:headline "Data Lake Object Storage Layouts" ;
  schema:url <https://anchorfact.org/computer-science/data-lake-object-storage-layouts/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/data-lake-object-storage-layouts>
  schema:citation <https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-lake-object-storage-layouts>
  schema:citation <https://iceberg.apache.org/docs/1.7.1/partitioning/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-lake-object-storage-layouts>
  schema:citation <https://docs.delta.io/best-practices/> ;
  af:sourceTier "B" .