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

<https://anchorfact.org/kb/ai/information-extraction>
  a schema:article ;
  schema:headline "Information Extraction: NER, Relation Extraction, and LLM-Powered IE" ;
  schema:url <https://anchorfact.org/ai/information-extraction/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.78" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/information-extraction>
  schema:citation <https://aclanthology.org/L04-1011/> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/ai/information-extraction>
  schema:citation <https://arxiv.org/abs/1603.01360> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/ai/information-extraction>
  schema:citation <https://arxiv.org/abs/1909.03546> ;
  af:sourceTier "A" .