ponto:Block


URI

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

Label

Block

Description

Data structure within a blockchain database, where transaction data in a blockchain are permanently recorded.

Superclasses (1)

Usage

Instances of ponto:Block 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:Block a owl:Class ;
    rdfs:label "Block" ;
    rdfs:comment "Data structure within a blockchain database, where transaction data in a blockchain are permanently recorded." ;
    rdfs:subClassOf ponto:Component .