@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#> .
:hasState a owl:InverseFunctionalProperty,
owl:ObjectProperty ;
rdfs:label "has state"@en ;
:suggestedStringRepresentation "hasState" ;
rdfs:comment "This property relates an EthOn concept to a state. It is inverse functional because a state can only belong to one single EthOn concept."@en ;
rdfs:domain :Account ;
rdfs:range :AccountState ;
rdfs:subPropertyOf :StateObjectProperty ;
ns:term_status "unstable" .