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

<https://anchorfact.org/kb/ai/rag-metadata-enrichment-and-entity-extraction>
  a schema:TechArticle ;
  schema:headline "RAG Metadata Enrichment and Entity Extraction" ;
  schema:url <https://anchorfact.org/ai/rag-metadata-enrichment-and-entity-extraction/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/rag-metadata-enrichment-and-entity-extraction>
  schema:citation <https://developers.llamaindex.ai/python/framework/module_guides/loading/documents_and_nodes/usage_metadata_extractor/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-metadata-enrichment-and-entity-extraction>
  schema:citation <https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-processor.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-metadata-enrichment-and-entity-extraction>
  schema:citation <https://stanfordnlp.github.io/CoreNLP/ner.html> ;
  af:sourceTier "B" .