http://www.mobr.ai/ontologies/ponto#Vote
A means by which a preference is made known in the governance mechanism.
Instances of ponto:Vote can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@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 .