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

<https://anchorfact.org/kb/computer-science/array-data-structure>
  a schema:TechArticle ;
  schema:headline "Array Data Structure" ;
  schema:url <https://anchorfact.org/computer-science/array-data-structure/> ;
  af:status "public" ;
  af:confidence "low" ;
  af:confidenceScore "0.58" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/array-data-structure>
  schema:citation <https://docs.oracle.com/javase/specs/jls/se21/html/jls-10.html> ;
  af:sourceTier "C" .

<https://anchorfact.org/kb/computer-science/array-data-structure>
  schema:citation <https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/ArrayList.html> ;
  af:sourceTier "C" .