ponto:RootOrigin leaf node


URI

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

Label

Root Origin

Description

A system-level origin in Substrate. This is the highest privilege level and can be thought of as the superuser of the runtime origin.

Superclasses (1)

Usage

Instances of ponto:RootOrigin 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:RootOrigin a owl:Class ;
    rdfs:label "Root Origin" ;
    rdfs:comment "A system-level origin in Substrate. This is the highest privilege level and can be thought of as the superuser of the runtime origin." ;
    rdfs:subClassOf ponto:SDK .