blockchain:Token


URI

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

Label

Token

Description

Digital asset representing value on blockchain

Usage

Instances of blockchain:Token can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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:Token a owl:Class ;
    rdfs:label "Token"@en ;
    rdfs:comment "Digital asset representing value on blockchain"@en .