:hasUncleBeneficiary leaf node


Label

has uncle beneficiary

Description

Relates a block to an account to which the reward for mining an uncle is transferred.

Usage

DOMAINPROPERTYRANGE
:Block :hasUncleBeneficiary :Account

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#> .

:hasUncleBeneficiary a owl:ObjectProperty ;
    rdfs:label "has uncle beneficiary" ;
    :suggestedStringRepresentation "hasUncleBeneficiary" ;
    rdfs:comment "Relates a block to an account to which the reward for mining an uncle is transferred." ;
    rdfs:domain :Block ;
    rdfs:range :Account ;
    rdfs:subPropertyOf :hasBeneficiary ;
    ns:term_status "unstable" .