cardano:hasDatum leaf node


URI

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

Label

has datum

Description

Relates a script output to its datum.

Usage

DOMAINPROPERTYRANGE
cardano:TransactionOutput cardano:hasDatum 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:hasDatum a owl:ObjectProperty ;
    rdfs:label "has datum"@en ;
    rdfs:comment "Relates a script output to its datum."@en ;
    rdfs:domain cardano:TransactionOutput ;
    rdfs:range cardano:Datum .