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

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

<https://anchorfact.org/kb/computer-science/ethereum>
  schema:citation <https://ethereum.org/en/developers/docs/intro-to-ethereum/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/ethereum>
  schema:citation <https://ethereum.org/en/whitepaper/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/ethereum>
  schema:citation <https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/> ;
  af:sourceTier "B" .