blockchain:hasCurrency leaf node


URI

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

Label

has currency

Description

Qualifies the asset that the token amount is describing

Usage

DOMAINPROPERTYRANGE
blockchain:TokenAmount blockchain:hasCurrency blockchain:Token

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:hasCurrency a owl:ObjectProperty ;
    rdfs:label "has currency"@en ;
    rdfs:comment "Qualifies the asset that the token amount is describing"@en ;
    rdfs:domain blockchain:TokenAmount ;
    rdfs:range blockchain:Token .