cardano:hasPolicyId leaf node


URI

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

Label

has policy ID

Description

The unique identifier of a native token policy.

Usage

DOMAINPROPERTYRANGE
cardano:CNT cardano:hasPolicyId xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

cardano:hasPolicyId a owl:DatatypeProperty ;
    rdfs:label "has policy ID"@en ;
    rdfs:comment "The unique identifier of a native token policy."@en ;
    rdfs:domain cardano:CNT ;
    rdfs:range xsd:string .