:hasBeneficiary


Label

has beneficiary

Description

Relates a block to an account to which fees or mining rewards 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:ObjectProperty ;
    rdfs:label "has beneficiary"@en ;
    :suggestedStringRepresentation "hasBeneficiary" ;
    rdfs:comment "Relates a block to an account to which fees or mining rewards from the successful mining of this block are transferred."@en ;
    rdfs:domain :Block ;
    rdfs:range :Account ;
    rdfs:subPropertyOf :BlockObjectProperty ;
    ns:term_status "unstable" .