cardano:hasVotingResult leaf node


URI

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

Label

has voting result

Description

The outcome of a governance vote.

Usage

DOMAINPROPERTYRANGE
cardano:Vote , Blank node (see implementation) cardano:hasVotingResult owl:Thing (inferred)

Implementation

@prefix cardano: <http://www.mobr.ai/ontologies/cardano#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cardano:hasVotingResult a owl:DatatypeProperty ;
    rdfs:label "has voting result"@en ;
    rdfs:comment "The outcome of a governance vote."@en ;
    rdfs:domain cardano:Vote ;
    rdfs:range [ owl:oneOf ( "yes" "no" "abstain" ) ] .