blockchain:hasTokenSymbol leaf node


URI

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

Label

has token symbol

Description

The symbol of a token.

Usage

DOMAINPROPERTYRANGE
blockchain:Token blockchain:hasTokenSymbol 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:hasTokenSymbol a owl:DatatypeProperty ;
    rdfs:label "has token symbol"@en ;
    rdfs:comment "The symbol of a token."@en ;
    rdfs:domain blockchain:Token ;
    rdfs:range xsd:string .