ponto:hasStake leaf node


URI

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

Label

hasStake

Description

A StakeHolder that holds a certain amount of stake in the Polkadot network.

Usage

DOMAINPROPERTYRANGE
ponto:StakeHolder ponto:hasStake ponto:Stake

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:hasStake a owl:ObjectProperty ;
    rdfs:comment "A StakeHolder that holds a certain amount of stake in the Polkadot network." ;
    rdfs:domain ponto:StakeHolder ;
    rdfs:range ponto:Stake .