:hasTxTrie leaf node


Label

has transactions trie

Description

Relates a block to the trie that contains the data of the transactions contained in the block.

Usage

DOMAINPROPERTYRANGE
:Block :hasTxTrie :TxTrie

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

:hasTxTrie a owl:FunctionalProperty,
        owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has transactions trie"@en ;
    :suggestedStringRepresentation "hasTxTrie" ;
    rdfs:comment "Relates a block to the trie that contains the data of the transactions contained in the block."@en ;
    rdfs:domain :Block ;
    rdfs:range :TxTrie ;
    rdfs:subPropertyOf :BlockObjectProperty ;
    ns:term_status "unstable" .