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

<https://anchorfact.org/kb/computer-science/elixir-language>
  a schema:TechArticle ;
  schema:headline "Elixir Language" ;
  schema:url <https://anchorfact.org/computer-science/elixir-language/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.715" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/elixir-language>
  schema:citation <https://hexdocs.pm/elixir/introduction.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/elixir-language>
  schema:citation <https://hexdocs.pm/elixir/GenServer.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/elixir-language>
  schema:citation <https://hexdocs.pm/elixir/Supervisor.html> ;
  af:sourceTier "B" .