:hasBeneficiary leaf node


URI

http://ethon.consensys.net/hasBeneficiary

Label

has beneficiary

Description

Relates a block to the account to which all fees collected from the successful mining of this block are transferred.

Usage

DOMAINPROPERTYRANGE
:Block :hasBeneficiary :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#> .

:hasBeneficiary a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has beneficiary"@en ;
    :suggestedStringRepresentation "hasBeneficiary" ;
    rdfs:comment "Relates a block to the account to which all fees collected from the successful mining of this block are transferred."@en ;
    rdfs:domain :Block ;
    rdfs:range :Account ;
    rdfs:subPropertyOf :BlockObjectProperty ;
    ns:term_status "unstable" .