cardano:hasMemoryUnits leaf node


URI

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

Label

has memory units

Description

The memory usage of script execution.

Usage

DOMAINPROPERTYRANGE
cardano:ExecutionUnits cardano:hasMemoryUnits xsd:integer

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

cardano:hasMemoryUnits a owl:DatatypeProperty ;
    rdfs:label "has memory units"@en ;
    rdfs:comment "The memory usage of script execution."@en ;
    rdfs:domain cardano:ExecutionUnits ;
    rdfs:range xsd:integer .