http://www.mobr.ai/ontologies/ponto#Genesis
The origin of a blockchain, also known as block 0. It can also be used to reference the initial state of the blockchain at origination.
Instances of ponto:Genesis can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:Block | |||
ponto:composes | owl:ObjectProperty | ponto:Blockchain | |
ponto:hasExtrinsic | owl:ObjectProperty | ponto:Extrinsic |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ponto:Genesis a owl:Class ;
rdfs:label "Genesis" ;
rdfs:comment "The origin of a blockchain, also known as block 0. It can also be used to reference the initial state of the blockchain at origination." ;
rdfs:subClassOf ponto:Block .