http://www.mobr.ai/ontologies/ponto#hasStake
A StakeHolder that holds a certain amount of stake in the Polkadot network.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ponto:StakeHolder | ponto:hasStake | ponto:Stake |
@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 .