ponto:ProxyAccount leaf node


URI

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

Label

Proxy Account

Description

Proxies are allowed to perform a limited amount of actions related to specific substrate pallets on behalf of another account.

Usage

Instances of ponto:ProxyAccount 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:ProxyAccount a owl:Class ;
    rdfs:label "Proxy Account" ;
    rdfs:comment "Proxies are allowed to perform a limited amount of actions related to specific substrate pallets on behalf of another account." ;
    rdfs:subclasses ponto:Account .