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

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

<https://anchorfact.org/kb/computer-science/julia-language>
  schema:citation <https://arxiv.org/abs/1411.1607> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/julia-language>
  schema:citation <https://docs.julialang.org/en/v1/manual/methods/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/julia-language>
  schema:citation <https://docs.julialang.org/en/v1/devdocs/jit/> ;
  af:sourceTier "B" .