blockchain:hasGenesisBlock leaf node


URI

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

Label

has genesis block

Description

Relates the network to its genesis block.

Usage

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