:spawnsBlock leaf node


Label

spawns Block

Description

Relates an Ethereum node to a valid block it has transmitted to the network. This does not specify the proofing algorithm (e.g. proof of work or proof of authority).

Usage

DOMAINPROPERTYRANGE
:Node :spawnsBlock :Block

Implementation

@prefix : <http://ethon.consensys.net/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:spawnsBlock a owl:ObjectProperty ;
    rdfs:label "spawns Block" ;
    :suggestedStringRepresentation "spawnsBlock" ;
    rdfs:comment "Relates an Ethereum node to a valid block it has transmitted to the network. This does not specify the proofing algorithm (e.g. proof of work or proof of authority)."@en ;
    rdfs:domain :Node ;
    rdfs:range :Block ;
    rdfs:subPropertyOf :NetworkObjectProperty ;
    ns:term_status "unstable" .