http://www.mobr.ai/ontologies/blockchain#hasNFTContent
The address of a content of a non-fungible token.
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:NFT | blockchain:hasNFTContent | xsd:string |
@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 .