cardano:hasExecutionUnits leaf node


URI

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

Label

has execution units

Description

Relates a script execution to its resource usage.

Usage

DOMAINPROPERTYRANGE
cardano:Redeemer cardano:hasExecutionUnits cardano:ExecutionUnits

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:hasExecutionUnits a owl:ObjectProperty ;
    rdfs:label "has execution units"@en ;
    rdfs:comment "Relates a script execution to its resource usage."@en ;
    rdfs:domain cardano:Redeemer ;
    rdfs:range cardano:ExecutionUnits .