cardano:hasVotingThreshold leaf node


URI

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

Label

has voting threshold

Description

Required percentage of votes for proposal approval

Usage

DOMAINPROPERTYRANGE
cardano:GovernanceAction cardano:hasVotingThreshold xsd:decimal

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

cardano:hasVotingThreshold a owl:DatatypeProperty ;
    rdfs:label "has voting threshold"@en ;
    rdfs:comment "Required percentage of votes for proposal approval"@en ;
    rdfs:domain cardano:GovernanceAction ;
    rdfs:range xsd:decimal .