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

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

<https://anchorfact.org/kb/computer-science/ruby-language>
  schema:citation <https://www.ruby-lang.org/en/about/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/ruby-language>
  schema:citation <https://www.ruby-lang.org/en/documentation/quickstart/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/ruby-language>
  schema:citation <https://docs.ruby-lang.org/en/master/syntax_rdoc.html> ;
  af:sourceTier "B" .