:hasReceiptsTrie leaf node


Label

has receipts trie

Description

Relates a block to the trie that contains the block's receipt data.

Usage

DOMAINPROPERTYRANGE
:Block :hasReceiptsTrie :ReceiptsTrie

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

:hasReceiptsTrie a owl:FunctionalProperty,
        owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has receipts trie"@en ;
    :suggestedStringRepresentation "hasReceiptsTrie" ;
    rdfs:comment "Relates a block to the trie that contains the block's receipt data."@en ;
    rdfs:domain :Block ;
    rdfs:range :ReceiptsTrie ;
    rdfs:subPropertyOf :BlockObjectProperty ;
    ns:term_status "unstable" .