cardano:GovernanceAction leaf node


URI

http://www.mobr.ai/ontologies/cardano#GovernanceAction

Label

Governance Action

Description

An executable step that implements the decision made through the governance process. It is triggered after a governance proposal has been approved or rejected.

Usage

Instances of cardano:GovernanceAction can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class cardano:GovernanceAction
cardano:hasActionId owl:DatatypeProperty Relates a governance action to its id. xsd:string
cardano:hasActionStatus owl:DatatypeProperty Relates a governance action to its current status. xsd:string
cardano:hasActionType owl:DatatypeProperty Relates a governance action to its type. xsd:string
cardano:hasQuorum owl:DatatypeProperty The minimum participation required for a valid governance decision. xsd:decimal
cardano:hasTargetParameter owl:DatatypeProperty Relates a governance action to its target parameter. xsd:string
cardano:hasTargetValue owl:DatatypeProperty Relates a governance action to its target value. xsd:string
cardano:hasVotingThreshold owl:DatatypeProperty Required percentage of votes for proposal approval xsd:decimal
cardano:executesGovernanceProposal owl:ObjectProperty Relates a governance action to its governance proposal. cardano:GovernanceProposal

Implementation

@prefix cardano: <http://www.mobr.ai/ontologies/cardano#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cardano:GovernanceAction a owl:Class ;
    rdfs:label "Governance Action"@en ;
    rdfs:comment "An executable step that implements the decision made through the governance process. It is triggered after a governance proposal has been approved or rejected."@en .