blockchain:NFT leaf node


URI

http://www.mobr.ai/ontologies/blockchain#NFT

Label

Non-Fungible Token

Description

Unique digital asset

Superclasses (1)

Usage

Instances of blockchain:NFT can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class blockchain:NFT
blockchain:hasNFTContent owl:DatatypeProperty The address of a content of a non-fungible token. xsd:string
cardano:hasNFTStandard owl:DatatypeProperty Relates a non-fungible token its standard. xsd:string
From class blockchain:Token
blockchain:hasMaxSupply owl:DatatypeProperty The maximum supply of a token. xsd:integer
blockchain:hasTokenDescription owl:DatatypeProperty The description of a token. xsd:string
blockchain:hasTokenName owl:DatatypeProperty The name of a token. xsd:string
blockchain:hasTokenSymbol owl:DatatypeProperty The symbol of a token. xsd:string

Implementation

@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

blockchain:NFT a owl:Class ;
    rdfs:label "Non-Fungible Token"@en ;
    rdfs:comment "Unique digital asset"@en ;
    rdfs:subClassOf blockchain:Token .