cardano:hasTokenRegistry leaf node


URI

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

Label

has token registry

Description

Links native tokens to their metadata in the token registry

Usage

DOMAINPROPERTYRANGE
cardano:CNT cardano:hasTokenRegistry 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:hasTokenRegistry a owl:ObjectProperty ;
    rdfs:label "has token registry"@en ;
    rdfs:comment "Links native tokens to their metadata in the token registry"@en ;
    rdfs:domain cardano:CNT ;
    rdfs:range cardano:OffChainMetadata .