Skip to content

Instantly share code, notes, and snippets.

@jo-tud
Created December 22, 2016 10:50
Show Gist options
  • Save jo-tud/619c2ca43aa85353841caa1a7eac404b to your computer and use it in GitHub Desktop.
Save jo-tud/619c2ca43aa85353841caa1a7eac404b to your computer and use it in GitHub Desktop.
Describing a block with EthOn
ethereum:Block0
a ethon:Block ;
rdfs:label "Genesis Block" ;
rdfs:comment "This is the block with block number 0. It is the Genesis Block of the Ethereum blockchain." ;
ethon:number 0 ;
ethon:blockBeneficary ethereum:Account0 ;
ethon:blockReward 5000000000000000000 ;
ethon:gasLimit 5000 ;
ethon:blockNonce "0000000000000042"^^xsd:hexBinary ;
[...]
rdfs:seeAlso <https://etherscan.io/block/0> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment