cardano:Vote leaf node


URI

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

Label

Vote

Description

A formal expression of opinion on governance actions.

Usage

Instances of cardano:Vote can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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

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:Vote a owl:Class ;
    rdfs:label "Vote"@en ;
    rdfs:comment "A formal expression of opinion on governance actions."@en .