http://www.mobr.ai/ontologies/blockchain#hasCurrency
Qualifies the asset that the token amount is describing
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:TokenAmount | blockchain:hasCurrency | blockchain:Token |
@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 .