blockchain:hasNFTContent leaf node


URI

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

Label

has nft content

Description

The address of a content of a non-fungible token.

Usage

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

blockchain:hasNFTContent a owl:DatatypeProperty ;
    rdfs:label "has nft content"@en ;
    rdfs:comment "The address of a content of a non-fungible token."@en ;
    rdfs:domain blockchain:NFT ;
    rdfs:range xsd:string .