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

<https://anchorfact.org/kb/ai/rag-answer-grounding-and-citation-coverage>
  a schema:TechArticle ;
  schema:headline "RAG Answer Grounding and Citation Coverage" ;
  schema:url <https://anchorfact.org/ai/rag-answer-grounding-and-citation-coverage/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/rag-answer-grounding-and-citation-coverage>
  schema:citation <https://docs.ragas.io/en/v0.2.0/concepts/metrics/available_metrics/faithfulness/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-answer-grounding-and-citation-coverage>
  schema:citation <https://docs.langchain.com/langsmith/evaluate-rag-tutorial> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-answer-grounding-and-citation-coverage>
  schema:citation <https://learn.microsoft.com/en-us/azure/ai-foundry/concepts/evaluation-evaluators/rag-evaluators> ;
  af:sourceTier "B" .