:loggedBy leaf node


Label

logged by

Description

Relates a log entry to the contract account that created the log when its code was executed.

Usage

DOMAINPROPERTYRANGE
:LogEntry :loggedBy :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#> .

:loggedBy a owl:ObjectProperty ;
    rdfs:label "logged by"@en ;
    :suggestedStringRepresentation "loggedBy" ;
    rdfs:comment "Relates a log entry to the contract account that created the log when its code was executed."@en ;
    rdfs:domain :LogEntry ;
    rdfs:range :Account ;
    rdfs:subPropertyOf :MessageObjectProperty ;
    ns:term_status "unstable" .