:creates leaf node


URI

http://ethon.consensys.net/creates

Label

creates

Description

Relates a create transaction to the contract account it creates.

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) :creates :ContractAccount

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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:creates a owl:ObjectProperty ;
    rdfs:label "creates"@en ;
    :suggestedStringRepresentation "creates" ;
    rdfs:comment "Relates a create transaction to the contract account it creates."@en ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( :CreateContractMsg :CreateTx ) ] ;
    rdfs:range :ContractAccount ;
    rdfs:subPropertyOf :to ;
    ns:term_status "unstable" .