http://www.mobr.ai/ontologies/blockchain#:firstAppearedInTransaction
Relates the transaction that an account first appears (considered as account creation).
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:Account | blockchain::firstAppearedInTransaction | blockchain:Transaction |
@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 .