blockchain:hasPreviousBlock leaf node


URI

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

Label

has previous block

Description

Relates a block to its previous block.

Usage

DOMAINPROPERTYRANGE
blockchain:Block blockchain:hasPreviousBlock 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:hasPreviousBlock a owl:ObjectProperty ;
    rdfs:label "has previous block"@en ;
    rdfs:comment "Relates a block to its previous block."@en ;
    rdfs:domain blockchain:Block ;
    rdfs:range blockchain:Block .