http://www.mobr.ai/ontologies/cardano#hasCPUSteps
The CPU usage of script execution.
DOMAIN | PROPERTY | RANGE |
---|---|---|
cardano:ExecutionUnits | cardano:hasCPUSteps | xsd:integer |
@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:hasCPUSteps a owl:DatatypeProperty ;
rdfs:label "has CPU steps"@en ;
rdfs:comment "The CPU usage of script execution."@en ;
rdfs:domain cardano:ExecutionUnits ;
rdfs:range xsd:integer .