http://www.mobr.ai/ontologies/cardano#MultiAssetCNT
A native token with custom attributes.
Instances of cardano:MultiAssetCNT can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@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 .