blockchain::firstAppearedInTransaction leaf node


URI

http://www.mobr.ai/ontologies/blockchain#:firstAppearedInTransaction

Label

first appeared in transaction

Description

Relates the transaction that an account first appears (considered as account creation).

Usage

DOMAINPROPERTYRANGE
blockchain:Account blockchain::firstAppearedInTransaction blockchain:Transaction

Implementation

@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://www.mobr.ai/ontologies/blockchain#:firstAppearedInTransaction> a owl:ObjectProperty ;
    rdfs:label "first appeared in transaction"@en ;
    rdfs:comment "Relates the transaction that an account first appears (considered as account creation)."@en ;
    rdfs:domain blockchain:Account ;
    rdfs:range blockchain:Transaction .