:triggersMsg leaf node


URI

http://ethon.consensys.net/triggersMsg

Label

triggers Contract Message

Description

Relates a message that was direct to a contract account to the contract messages that result from the call to the contract account. The chain of triggersMsg relations represents a call graph.

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) :triggersMsg :ContractMsg

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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:triggersMsg a owl:ObjectProperty ;
    rdfs:label "triggers Contract Message"@en ;
    :suggestedStringRepresentation "triggersMsg" ;
    rdfs:comment "Relates a message that was direct to a contract account to the contract messages that result from the call to the contract account. The chain of triggersMsg relations represents a call graph."@en ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( :CallContractMsg :CallTx :CreateContractMsg :CreateTx ) ] ;
    rdfs:range :ContractMsg ;
    rdfs:subPropertyOf :MessageObjectProperty ;
    ns:term_status "unstable" .