ponto:Track leaf node


URI

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

Label

Track

Description

Outlines the lifecycle for the proposal and is independent from other class's tracks. Having independent tracks allows the network to tailor the dynamics of referenda based upon their implied privilege level. Each track has its own dispatch origin and a preset configuration that governs the voting process and parameters.

Superclasses (1)

Usage

Instances of ponto:Track can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Track
ponto:hasConfirmPeriod rdf:Property xsd:integer
ponto:hasDecisionDeposit rdf:Property xsd:decimal
ponto:hasMaxDeciding rdf:Property xsd:integer
ponto:hasPreparePeriod rdf:Property owl:integer
ponto:hasTrackId rdf:Property xsd:integer
ponto:hasTrackOrigin owl:ObjectProperty ponto:Origin

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:Track a owl:Class ;
    rdfs:label "Track" ;
    rdfs:comment "Outlines the lifecycle for the proposal and is independent from other class's tracks. Having independent tracks allows the network to tailor the dynamics of referenda based upon their implied privilege level. Each track has its own dispatch origin and a preset configuration that governs the voting process and parameters." ;
    rdfs:subClassOf ponto:Component .