http://www.mobr.ai/ontologies/cardano#hasReferenceInput
Relates a transaction to its reference inputs.
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:Transaction | cardano:hasReferenceInput | cardano:ReferenceInput |
@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:hasReferenceInput a owl:ObjectProperty ;
rdfs:label "has reference input"@en ;
rdfs:comment "Relates a transaction to its reference inputs."@en ;
rdfs:domain blockchain:Transaction ;
rdfs:range cardano:ReferenceInput .