blockchain:TransactionInput leaf node


URI

http://www.mobr.ai/ontologies/blockchain#TransactionInput

Label

TransactionInput

Usage

Instances of blockchain:TransactionInput can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class blockchain:TransactionInput
cardano:referencesOutputIndex owl:DatatypeProperty Relates a transaction input with the index of the specific UTXO in that transaction's list of outputs. xsd:integer
cardano:referencesTransactionID owl:DatatypeProperty Relates a transaction input with the UTXO being spent. xsd:string

Implementation

@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

blockchain:Transaction a owl:Class ;
    rdfs:label "Transaction"@en ;
    rdfs:comment "A record of data registration or value transfer between accounts"@en .