ponto:WhitelistPallet leaf node


URI

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

Label

Whitelist Pallet

Description

Allows one Origin to escalate the privilege level of another Origin for a certain operation. In terms of OpenGov, it allows the Fellowship to authorise a new origin (which we will call Whitelisted-Root) to be executed with Root-level privileges.

Usage

Instances of ponto:WhitelistPallet 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:WhitelistPallet a owl:Class ;
    rdfs:label "Whitelist Pallet" ;
    rdfs:comment "Allows one Origin to escalate the privilege level of another Origin for a certain operation. In terms of OpenGov, it allows the Fellowship to authorise a new origin (which we will call Whitelisted-Root) to be executed with Root-level privileges." ;
    rdfs:subClassOf ponto:Pallet .