ponto:Bounty leaf node


URI

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

Label

Bounty

Description

A mechanism which works in some sense as the reverse of a Treasury Proposal, allowing the Polkadot Council to indicate that there is a need to do some task for the Polkadot network and allowing users to receive DOT in return for working on that task.

Superclasses (1)

Usage

Instances of ponto:Bounty 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:Bounty a owl:Class ;
    rdfs:label "Bounty" ;
    rdfs:comment "A mechanism which works in some sense as the reverse of a Treasury Proposal, allowing the Polkadot Council to indicate that there is a need to do some task for the Polkadot network and allowing users to receive DOT in return for working on that task." ;
    rdfs:subClassOf ponto:GovernanceComponent .