http://www.mobr.ai/ontologies/cardano#GovernanceProposal
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.
Instances of cardano:GovernanceProposal can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@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 .