cardano:referencesTransactionID leaf node


URI

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

Label

references transaction id

Description

Relates a transaction input with the UTXO being spent.

Usage

DOMAINPROPERTYRANGE
blockchain:TransactionInput cardano:referencesTransactionID xsd:string

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:referencesTransactionID a owl:DatatypeProperty ;
    rdfs:label "references transaction id"@en ;
    rdfs:comment "Relates a transaction input with the UTXO being spent."@en ;
    rdfs:domain blockchain:TransactionInput ;
    rdfs:range xsd:string .