ponto:Origin leaf node


URI

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

Label

Origin

Description

In OpenGov, each origin has a fixed set of privileges. When making a proposal, it is important to choose the origin that has the privilege to execute the referenda.

Superclasses (1)

Usage

Instances of ponto:Origin 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:Origin a owl:Class ;
    rdfs:label "Origin" ;
    rdfs:comment "In OpenGov, each origin has a fixed set of privileges. When making a proposal, it is important to choose the origin that has the privilege to execute the referenda." ;
    rdfs:subClassOf ponto:Component .