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

<https://anchorfact.org/kb/ai/rag-citation-and-source-attribution>
  a schema:TechArticle ;
  schema:headline "RAG Citation and Source Attribution" ;
  schema:url <https://anchorfact.org/ai/rag-citation-and-source-attribution/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/rag-citation-and-source-attribution>
  schema:citation <https://developers.openai.com/api/docs/guides/tools-file-search> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-citation-and-source-attribution>
  schema:citation <https://docs.langchain.com/langsmith/evaluation-concepts> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-citation-and-source-attribution>
  schema:citation <https://developers.llamaindex.ai/python/examples/query_engine/citation_query_engine/> ;
  af:sourceTier "B" .