:nextTxState


Label

next Post Transaction State

Description

Relates a post transaction state to the following post transaction state.

Sub Property

Usage

DOMAINPROPERTYRANGE
:PostTxState :nextTxState :PostTxState

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

:nextTxState a owl:ObjectProperty ;
    rdfs:label "next Post Transaction State"@en ;
    :suggestedStringRepresentation "nextTxState" ;
    rdfs:comment "Relates a post transaction state to the following post transaction state."@en ;
    rdfs:domain :PostTxState ;
    rdfs:range :PostTxState ;
    rdfs:subPropertyOf :nextMsgState ;
    ns:term_status "unstable" .