http://www.mobr.ai/ontologies/cardano#hasDatum
Relates a script output to its datum.
DOMAIN | PROPERTY | RANGE |
---|---|---|
cardano:TransactionOutput | cardano:hasDatum | cardano:Datum |
@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 .