ponto:voteDelegatedBy leaf node


URI

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

Label

voteDelegatedBy

Usage

DOMAINPROPERTYRANGE
ponto:Vote ponto:voteDelegatedBy 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:voteDelegatedBy a owl:ObjectProperty ;
    rdfs:domain ponto:Vote ;
    rdfs:range ponto:Account ;
    owl:inverseOf ponto:delegatesVote .