ponto:Genesis leaf node


URI

http://www.mobr.ai/ontologies/ponto#Genesis

Label

Genesis

Description

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.

Superclasses (2)

Usage

Instances of ponto:Genesis can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Block
ponto:composes owl:ObjectProperty ponto:Blockchain
ponto:hasExtrinsic owl:ObjectProperty ponto:Extrinsic

Implementation

@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 .