:hasCurrentState leaf node


Label

has current State

Description

This property relates an EthOn concept to its most current state.

Usage

DOMAINPROPERTYRANGE
:Account :hasCurrentState :AccountState

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

:hasCurrentState a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has current State" ;
    :suggestedStringRepresentation "hasCurrentState" ;
    rdfs:comment "This property relates an EthOn concept to its most current state." ;
    rdfs:domain :Account ;
    rdfs:range :AccountState ;
    rdfs:subPropertyOf :hasState ;
    ns:term_status "unstable" .