http://www.mobr.ai/ontologies/cardano#hasNFTStandard
Relates a non-fungible token its standard.
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:NFT | cardano:hasNFTStandard | xsd:string |
@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@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:hasNFTStandard a owl:DatatypeProperty ;
rdfs:label "has NFT standard"@en ;
rdfs:comment "Relates a non-fungible token its standard."@en ;
rdfs:domain blockchain:NFT ;
rdfs:range xsd:string .