cardano:hasReferenceInput leaf node


URI

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

Label

has reference input

Description

Relates a transaction to its reference inputs.

Usage

DOMAINPROPERTYRANGE
blockchain:Transaction cardano:hasReferenceInput cardano:ReferenceInput

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:hasReferenceInput a owl:ObjectProperty ;
    rdfs:label "has reference input"@en ;
    rdfs:comment "Relates a transaction to its reference inputs."@en ;
    rdfs:domain blockchain:Transaction ;
    rdfs:range cardano:ReferenceInput .