ponto:Vote leaf node


URI

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

Label

Vote

Description

A means by which a preference is made known in the governance mechanism.

Usage

Instances of ponto:Vote can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Vote
ponto:hasAmount owl:DatatypeProperty xsd:decimal
ponto:hasConviction owl:DatatypeProperty xsd:decimal
ponto:hasDecision owl:DatatypeProperty xsd:string
ponto:hasVoterAccount owl:ObjectProperty ponto:Account
ponto:voteDelegatedBy owl:ObjectProperty ponto:Account

Implementation

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

ponto:Vote a owl:Class ;
    rdfs:label "Vote" ;
    rdfs:comment "A means by which a preference is made known in the governance mechanism." ;
    rdfs:subClassOf owl:Thing .