:controlsAccount leaf node


Label

controls Account

Description

This property connects an External Actor an Account that it controls. This means the External Actor has control over the private Key for the Account. The control is not necessarily legitimate.

Usage

DOMAINPROPERTYRANGE
:ExternalActor :controlsAccount :Account

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

:controlsAccount a owl:ObjectProperty ;
    rdfs:label "controls Account"@en ;
    :suggestedStringRepresentation "controlsAccount" ;
    rdfs:comment "This property connects an External Actor an Account that it controls. This means the External Actor has control over the private Key for the Account. The control is not necessarily legitimate."@en ;
    rdfs:domain :ExternalActor ;
    rdfs:range :Account ;
    rdfs:subPropertyOf :AccountObjectProperty ;
    ns:term_status "unstable" .