http://www.mobr.ai/ontologies/blockchain#hasNextBlock
Relates a block to its next block.
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:Block | blockchain:hasNextBlock | blockchain:Block |
@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 .