cardano:embeddedIn leaf node


URI

http://www.mobr.ai/ontologies/cardano#embeddedIn

Label

embedded in

Description

Relates a smart contract with the transaction that it is embedded.

Usage

DOMAINPROPERTYRANGE
blockchain:SmartContract cardano:embeddedIn blockchain:Transaction

Implementation

@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 .