cardano:hasMintedAsset leaf node


URI

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

Label

is minted asset

Description

Relates a transaction to the asset it is minting.

Usage

DOMAINPROPERTYRANGE
blockchain:Transaction cardano:hasMintedAsset blockchain:Token

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:hasMintedAsset a owl:ObjectProperty ;
    rdfs:label "is minted asset"@en ;
    rdfs:comment "Relates a transaction to the asset it is minting."@en ;
    rdfs:domain blockchain:Transaction ;
    rdfs:range blockchain:Token .