cardano:hasCollateral leaf node


URI

http://www.mobr.ai/ontologies/cardano#hasCollateral

Label

has collateral

Description

Relates a transaction to its collateral inputs.

Usage

DOMAINPROPERTYRANGE
blockchain:Transaction cardano:hasCollateral cardano:CollateralInput

Implementation

@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 .