cardano:hasMintingPolicy leaf node


URI

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

Label

has minting policy

Description

Relates a token to its minting policy.

Usage

DOMAINPROPERTYRANGE
cardano:CNT cardano:hasMintingPolicy cardano:AssetPolicy

Implementation

@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:hasMintingPolicy a owl:ObjectProperty ;
    rdfs:label "has minting policy"@en ;
    rdfs:comment "Relates a token to its minting policy."@en ;
    rdfs:domain cardano:CNT ;
    rdfs:range cardano:AssetPolicy .