cardano:MultiAssetCNT leaf node


URI

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

Label

Multi Asset Cardano Native Token

Description

A native token with custom attributes.

Usage

Instances of cardano:MultiAssetCNT can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class cardano:CNT
cardano:hasPolicyId owl:DatatypeProperty The unique identifier of a native token policy. xsd:string
cardano:hasMintingPolicy owl:ObjectProperty Relates a token to its minting policy. cardano:AssetPolicy
cardano:hasTokenRegistry owl:ObjectProperty Links native tokens to their metadata in the token registry cardano:OffChainMetadata

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:MultiAssetCNT a owl:Class ;
    rdfs:label "Multi Asset Cardano Native Token"@en ;
    rdfs:comment "A native token with custom attributes."@en ;
    rdfs:subClassOf cardano:CNT .