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

<https://anchorfact.org/kb/ai/object-detection>
  a schema:TechArticle ;
  schema:headline "Object Detection: YOLO, R-CNN, and DETR" ;
  schema:url <https://anchorfact.org/ai/object-detection/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.78" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/object-detection>
  schema:citation <https://arxiv.org/abs/1311.2524> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/ai/object-detection>
  schema:citation <https://arxiv.org/abs/1506.01497> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/ai/object-detection>
  schema:citation <https://arxiv.org/abs/1506.02640> ;
  af:sourceTier "A" .