http://www.mobr.ai/ontologies/cardano#hasCollateral
Relates a transaction to its collateral inputs.
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:Transaction | cardano:hasCollateral | cardano:CollateralInput |
@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:hasCollateral a owl:ObjectProperty ;
rdfs:label "has collateral"@en ;
rdfs:comment "Relates a transaction to its collateral inputs."@en ;
rdfs:domain blockchain:Transaction ;
rdfs:range cardano:CollateralInput .