http://www.mobr.ai/ontologies/cardano#hasExecutionUnits
Relates a script execution to its resource usage.
DOMAIN | PROPERTY | RANGE |
---|---|---|
cardano:Redeemer | cardano:hasExecutionUnits | cardano:ExecutionUnits |
@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 .