ponto:hasReferendumBeneficiary leaf node


URI

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

Label

hasReferendumBeneficiary

Usage

DOMAINPROPERTYRANGE
ponto:Referendum ponto:hasReferendumBeneficiary ponto:Beneficiary

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:hasReferendumBeneficiary a owl:ObjectProperty ;
    rdfs:domain ponto:Referendum ;
    rdfs:range ponto:Beneficiary .