cardano:referencesOutputIndex leaf node


URI

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

Label

references output index

Description

Relates a transaction input with the index of the specific UTXO in that transaction's list of outputs.

Usage

DOMAINPROPERTYRANGE
blockchain:TransactionInput cardano:referencesOutputIndex xsd:integer

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

cardano:referencesOutputIndex a owl:DatatypeProperty ;
    rdfs:label "references output index"@en ;
    rdfs:comment "Relates a transaction input with the index of the specific UTXO in that transaction's list of outputs."@en ;
    rdfs:domain blockchain:TransactionInput ;
    rdfs:range xsd:integer .