blockchain:hasTokenDescription leaf node


URI

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

Label

has token description

Description

The description of a token.

Usage

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