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

<https://anchorfact.org/kb/computer-science/data-freshness-and-slas>
  a schema:TechArticle ;
  schema:headline "Data Freshness and SLAs" ;
  schema:url <https://anchorfact.org/computer-science/data-freshness-and-slas/> ;
  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-freshness-and-slas>
  schema:citation <https://docs.getdbt.com/docs/deploy/source-freshness> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-freshness-and-slas>
  schema:citation <https://docs.greatexpectations.io/docs/reference/learn/data_quality_use_cases/freshness/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-freshness-and-slas>
  schema:citation <https://airflow.apache.org/docs/apache-airflow/stable/howto/deadline-alerts.html> ;
  af:sourceTier "B" .