ponto:Runtime leaf node


URI

http://www.mobr.ai/ontologies/ponto#Runtime

Label

Runtime

Description

The state transition function of a blockchain. It defines a valid algorithm for determining the state of the next block given the previous state.

Instances (1)

Usage

Instances of ponto:Runtime can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:Runtime a owl:Class ;
    rdfs:label "Runtime" ;
    rdfs:comment "The state transition function of a blockchain. It defines a valid algorithm for determining the state of the next block given the previous state." ;
    rdfs:subClassOf owl:Thing .