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

<https://anchorfact.org/kb/computer-science/dart-language>
  a schema:TechArticle ;
  schema:headline "Dart Language" ;
  schema:url <https://anchorfact.org/computer-science/dart-language/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/dart-language>
  schema:citation <https://dart.dev/overview> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/dart-language>
  schema:citation <https://dart.dev/language> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/dart-language>
  schema:citation <https://dart.dev/null-safety> ;
  af:sourceTier "B" .