cardano:CNT


URI

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

Label

Cardano Native Token

Description

A native token in the Cardano blockchain.

Instances (1)

Usage

Instances of cardano:CNT 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 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:CNT a owl:Class ;
    rdfs:label "Cardano Native Token"@en ;
    rdfs:comment "A native token in the Cardano blockchain."@en ;
    rdfs:subClassOf blockchain:NativeToken .