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

<https://anchorfact.org/kb/ai/rag-document-deletion-and-tombstone-handling>
  a schema:TechArticle ;
  schema:headline "RAG Document Deletion and Tombstone Handling" ;
  schema:url <https://anchorfact.org/ai/rag-document-deletion-and-tombstone-handling/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/rag-document-deletion-and-tombstone-handling>
  schema:citation <https://qdrant.tech/documentation/concepts/points/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-document-deletion-and-tombstone-handling>
  schema:citation <https://docs.weaviate.io/weaviate/manage-objects/delete> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-document-deletion-and-tombstone-handling>
  schema:citation <https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-delete> ;
  af:sourceTier "B" .