ponto:hasStakeHolder leaf node


URI

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

Label

hasStakeHolder

Description

Relates a stake pool to the stake holders that belong to it.

Usage

DOMAINPROPERTYRANGE
ponto:StakePool ponto:hasStakeHolder ponto:StakeHolder

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:hasStakeHolder a owl:ObjectProperty ;
    rdfs:comment "Relates a stake pool to the stake holders that belong to it." ;
    rdfs:domain ponto:StakePool ;
    rdfs:range ponto:StakeHolder .