cardano:GovernanceProposal leaf node


URI

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

Label

Governance Proposal

Description

A formal suggestion submitted by a participant to bring about a change or initiate an activity within the Cardano ecosystem. Proposals are the starting point in the governance lifecycle.

Usage

Instances of cardano:GovernanceProposal can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class cardano:GovernanceProposal
cardano:hasProposalDescription owl:DatatypeProperty Relates a governance proposal to its description. xsd:string
cardano:hasProposalId owl:DatatypeProperty Relates a governance proposal to its id. xsd:string
cardano:hasProposalProposer owl:DatatypeProperty Relates a governance proposal to its proposer address. xsd:string
cardano:hasProposalStatus owl:DatatypeProperty Relates a governance proposal to its current status. xsd:string
cardano:hasProposalTitle owl:DatatypeProperty Relates a governance proposal to its title. xsd:string
cardano:hasRequestedBudget owl:DatatypeProperty Relates a governance proposal to its budget. xsd:integer
cardano:createsGovernanceAction owl:ObjectProperty Relates a governance proposal to the governance action it has created. cardano:GovernanceAction
cardano:hasVote owl:ObjectProperty Relates a governance proposal to votes cast on it. cardano:Vote

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:GovernanceProposal a owl:Class ;
    rdfs:label "Governance Proposal"@en ;
    rdfs:comment "A formal suggestion submitted by a participant to bring about a change or initiate an activity within the Cardano ecosystem. Proposals are the starting point in the governance lifecycle."@en .