ponto:hasDecision leaf node


URI

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

Label

hasDecision

Usage

DOMAINPROPERTYRANGE
ponto:Vote ponto:hasDecision xsd:string

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

ponto:hasDecision a owl:DatatypeProperty ;
    rdfs:domain ponto:Vote ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf [ a owl:FunctionalProperty ;
            owl:hasValue ponto:abstain,
                ponto:aye,
                ponto:nay,
                ponto:split ;
            owl:inverseOf owl:hasValue ] .