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

<https://anchorfact.org/kb/computer-science/linked-list>
  a schema:TechArticle ;
  schema:headline "Linked List" ;
  schema:url <https://anchorfact.org/computer-science/linked-list/> ;
  af:status "public" ;
  af:confidence "low" ;
  af:confidenceScore "0.78" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/linked-list>
  schema:citation <https://xlinux.nist.gov/dads/HTML/linkedList.html> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/linked-list>
  schema:citation <https://opendatastructures.org/ods-python/3_Linked_Lists.html> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/linked-list>
  schema:citation <https://opendatastructures.org/ods-python/2_Sequence_Data_Structures.html> ;
  af:sourceTier "A" .