cardano:TransactionOutput


URI

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

Label

Transaction Output

Description

An output from a transaction.

Usage

Instances of cardano:TransactionOutput can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class cardano:TransactionOutput
blockchain:hasTokenAmount owl:ObjectProperty Associates an account with a token amount description blockchain:TokenAmount
cardano:hasDatum owl:ObjectProperty Relates a script output to its datum. cardano:Datum

Implementation

@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:TransactionOutput a owl:Class ;
    rdfs:label "Transaction Output"@en ;
    rdfs:comment "An output from a transaction."@en .