http://www.mobr.ai/ontologies/cardano#Vote
A formal expression of opinion on governance actions.
Instances of cardano:Vote can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class cardano:Vote | |||
cardano:hasVotingResult | owl:DatatypeProperty | The outcome of a governance vote. | owl:Thing |
cardano:castsVote | owl:ObjectProperty | Relates a vote to its account caster. | blockchain:Account |
cardano:hasVoteAnchor | owl:ObjectProperty | Relates a vote to its off-chain metadata reference. | cardano:VotingAnchor |
@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:Vote a owl:Class ;
rdfs:label "Vote"@en ;
rdfs:comment "A formal expression of opinion on governance actions."@en .