cardano:hasOutput leaf node


URI

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

Label

has output

Description

Relates a transaction to its outputs.

Usage

DOMAINPROPERTYRANGE
blockchain:Transaction cardano:hasOutput cardano:TransactionOutput

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:hasOutput a owl:ObjectProperty ;
    rdfs:label "has output"@en ;
    rdfs:comment "Relates a transaction to its outputs."@en ;
    rdfs:domain blockchain:Transaction ;
    rdfs:range cardano:TransactionOutput .