http://www.mobr.ai/ontologies/cardano#hasMintedAsset
Relates a transaction to the asset it is minting.
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:Transaction | cardano:hasMintedAsset | blockchain:Token |
@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@prefix cardano: <http://www.mobr.ai/ontologies/cardano#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cardano:hasMintedAsset a owl:ObjectProperty ;
rdfs:label "is minted asset"@en ;
rdfs:comment "Relates a transaction to the asset it is minting."@en ;
rdfs:domain blockchain:Transaction ;
rdfs:range blockchain:Token .