ponto:Council leaf node


URI

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

Label

Council

Description

An on-chain entity comprising several actors, each represented as an on-chain account, which was part of Polkadot's GovernanceV1.

Superclasses (1)

Usage

Instances of ponto:Council 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:Council a owl:Class ;
    rdfs:label "Council" ;
    rdfs:comment "An on-chain entity comprising several actors, each represented as an on-chain account, which was part of Polkadot's GovernanceV1." ;
    rdfs:subClassOf ponto:Component .