blockchain:hasNextBlock leaf node


URI

http://www.mobr.ai/ontologies/blockchain#hasNextBlock

Label

has next block

Description

Relates a block to its next block.

Usage

DOMAINPROPERTYRANGE
blockchain:Block blockchain:hasNextBlock blockchain:Block

Implementation

@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

blockchain:hasNextBlock a owl:ObjectProperty ;
    rdfs:label "has next block"@en ;
    rdfs:comment "Relates a block to its next block."@en ;
    rdfs:domain blockchain:Block ;
    rdfs:range blockchain:Block .