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

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

<https://anchorfact.org/kb/computer-science/haskell-language>
  schema:citation <https://www.haskell.org/onlinereport/haskell2010/> ;
  af:sourceTier "S" .

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

<https://anchorfact.org/kb/computer-science/haskell-language>
  schema:citation <https://www.haskell.org/cabal/users-guide/> ;
  af:sourceTier "B" .