ponto:LightNode leaf node


URI

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

Label

Light Node

Description

A node that only stores a subset of the blockchain data and relies on other nodes for information.

Superclasses (2)

Usage

Instances of ponto:LightNode can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Node
ponto:hasVotingPower owl:ObjectProperty In the Polkadot multichain ecosystem, voting power is distributed among different entities based on their role and stake in the network. xsd:boolean

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:LightNode a owl:Class ;
    rdfs:label "Light Node" ;
    rdfs:comment "A node that only stores a subset of the blockchain data and relies on other nodes for information." ;
    rdfs:subClassOf ponto:Node .