http://www.mobr.ai/ontologies/cardano#embeddedIn
Relates a smart contract with the transaction that it is embedded.
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:SmartContract | cardano:embeddedIn | blockchain:Transaction |
@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@prefix cardano: <http://www.mobr.ai/ontologies/cardano#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cardano:embeddedIn a owl:ObjectProperty ;
rdfs:label "embedded in"@en ;
rdfs:comment "Relates a smart contract with the transaction that it is embedded."@en ;
rdfs:domain blockchain:SmartContract ;
rdfs:range blockchain:Transaction .